Documentation ¶
Index ¶
- type AcceptInvitationFuture
- type Client
- type CreateGraphFuture
- type CreateMembersFuture
- type DeleteGraphFuture
- type DeleteMembersFuture
- type DisassociateMembershipFuture
- type GetMembersFuture
- type ListGraphsFuture
- type ListInvitationsFuture
- type ListMembersFuture
- type RejectInvitationFuture
- type StartMonitoringMemberFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptInvitationFuture ¶
type AcceptInvitationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AcceptInvitationFuture) Get ¶
func (r *AcceptInvitationFuture) Get(ctx workflow.Context) (*detective.AcceptInvitationOutput, error)
type Client ¶
type Client interface { AcceptInvitation(ctx workflow.Context, input *detective.AcceptInvitationInput) (*detective.AcceptInvitationOutput, error) AcceptInvitationAsync(ctx workflow.Context, input *detective.AcceptInvitationInput) *AcceptInvitationFuture CreateGraph(ctx workflow.Context, input *detective.CreateGraphInput) (*detective.CreateGraphOutput, error) CreateGraphAsync(ctx workflow.Context, input *detective.CreateGraphInput) *CreateGraphFuture CreateMembers(ctx workflow.Context, input *detective.CreateMembersInput) (*detective.CreateMembersOutput, error) CreateMembersAsync(ctx workflow.Context, input *detective.CreateMembersInput) *CreateMembersFuture DeleteGraph(ctx workflow.Context, input *detective.DeleteGraphInput) (*detective.DeleteGraphOutput, error) DeleteGraphAsync(ctx workflow.Context, input *detective.DeleteGraphInput) *DeleteGraphFuture DeleteMembers(ctx workflow.Context, input *detective.DeleteMembersInput) (*detective.DeleteMembersOutput, error) DeleteMembersAsync(ctx workflow.Context, input *detective.DeleteMembersInput) *DeleteMembersFuture DisassociateMembership(ctx workflow.Context, input *detective.DisassociateMembershipInput) (*detective.DisassociateMembershipOutput, error) DisassociateMembershipAsync(ctx workflow.Context, input *detective.DisassociateMembershipInput) *DisassociateMembershipFuture GetMembers(ctx workflow.Context, input *detective.GetMembersInput) (*detective.GetMembersOutput, error) GetMembersAsync(ctx workflow.Context, input *detective.GetMembersInput) *GetMembersFuture ListGraphs(ctx workflow.Context, input *detective.ListGraphsInput) (*detective.ListGraphsOutput, error) ListGraphsAsync(ctx workflow.Context, input *detective.ListGraphsInput) *ListGraphsFuture ListInvitations(ctx workflow.Context, input *detective.ListInvitationsInput) (*detective.ListInvitationsOutput, error) ListInvitationsAsync(ctx workflow.Context, input *detective.ListInvitationsInput) *ListInvitationsFuture ListMembers(ctx workflow.Context, input *detective.ListMembersInput) (*detective.ListMembersOutput, error) ListMembersAsync(ctx workflow.Context, input *detective.ListMembersInput) *ListMembersFuture RejectInvitation(ctx workflow.Context, input *detective.RejectInvitationInput) (*detective.RejectInvitationOutput, error) RejectInvitationAsync(ctx workflow.Context, input *detective.RejectInvitationInput) *RejectInvitationFuture StartMonitoringMember(ctx workflow.Context, input *detective.StartMonitoringMemberInput) (*detective.StartMonitoringMemberOutput, error) StartMonitoringMemberAsync(ctx workflow.Context, input *detective.StartMonitoringMemberInput) *StartMonitoringMemberFuture }
type CreateGraphFuture ¶
func (*CreateGraphFuture) Get ¶
func (r *CreateGraphFuture) Get(ctx workflow.Context) (*detective.CreateGraphOutput, error)
type CreateMembersFuture ¶
func (*CreateMembersFuture) Get ¶
func (r *CreateMembersFuture) Get(ctx workflow.Context) (*detective.CreateMembersOutput, error)
type DeleteGraphFuture ¶
func (*DeleteGraphFuture) Get ¶
func (r *DeleteGraphFuture) Get(ctx workflow.Context) (*detective.DeleteGraphOutput, error)
type DeleteMembersFuture ¶
func (*DeleteMembersFuture) Get ¶
func (r *DeleteMembersFuture) Get(ctx workflow.Context) (*detective.DeleteMembersOutput, error)
type DisassociateMembershipFuture ¶
type DisassociateMembershipFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateMembershipFuture) Get ¶
func (r *DisassociateMembershipFuture) Get(ctx workflow.Context) (*detective.DisassociateMembershipOutput, error)
type GetMembersFuture ¶
func (*GetMembersFuture) Get ¶
func (r *GetMembersFuture) Get(ctx workflow.Context) (*detective.GetMembersOutput, error)
type ListGraphsFuture ¶
func (*ListGraphsFuture) Get ¶
func (r *ListGraphsFuture) Get(ctx workflow.Context) (*detective.ListGraphsOutput, error)
type ListInvitationsFuture ¶
type ListInvitationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInvitationsFuture) Get ¶
func (r *ListInvitationsFuture) Get(ctx workflow.Context) (*detective.ListInvitationsOutput, error)
type ListMembersFuture ¶
func (*ListMembersFuture) Get ¶
func (r *ListMembersFuture) Get(ctx workflow.Context) (*detective.ListMembersOutput, error)
type RejectInvitationFuture ¶
type RejectInvitationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RejectInvitationFuture) Get ¶
func (r *RejectInvitationFuture) Get(ctx workflow.Context) (*detective.RejectInvitationOutput, error)
type StartMonitoringMemberFuture ¶
type StartMonitoringMemberFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartMonitoringMemberFuture) Get ¶
func (r *StartMonitoringMemberFuture) Get(ctx workflow.Context) (*detective.StartMonitoringMemberOutput, error)
Click to show internal directories.
Click to hide internal directories.