Skip navigation links
A B C D E F G H I L M R S T U V W 

A

AbstractAmazonDetective - Class in com.amazonaws.services.detective
Abstract implementation of AmazonDetective.
AbstractAmazonDetective() - Constructor for class com.amazonaws.services.detective.AbstractAmazonDetective
 
AbstractAmazonDetectiveAsync - Class in com.amazonaws.services.detective
Abstract implementation of AmazonDetectiveAsync.
AbstractAmazonDetectiveAsync() - Constructor for class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
acceptInvitation(AcceptInvitationRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
acceptInvitation(AcceptInvitationRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Accepts an invitation for the member account to contribute data to a behavior graph.
acceptInvitation(AcceptInvitationRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Accepts an invitation for the member account to contribute data to a behavior graph.
acceptInvitationAsync(AcceptInvitationRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
acceptInvitationAsync(AcceptInvitationRequest, AsyncHandler<AcceptInvitationRequest, AcceptInvitationResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
acceptInvitationAsync(AcceptInvitationRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Accepts an invitation for the member account to contribute data to a behavior graph.
acceptInvitationAsync(AcceptInvitationRequest, AsyncHandler<AcceptInvitationRequest, AcceptInvitationResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Accepts an invitation for the member account to contribute data to a behavior graph.
acceptInvitationAsync(AcceptInvitationRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
acceptInvitationAsync(AcceptInvitationRequest, AsyncHandler<AcceptInvitationRequest, AcceptInvitationResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
AcceptInvitationRequest - Class in com.amazonaws.services.detective.model
 
AcceptInvitationRequest() - Constructor for class com.amazonaws.services.detective.model.AcceptInvitationRequest
 
AcceptInvitationResult - Class in com.amazonaws.services.detective.model
 
AcceptInvitationResult() - Constructor for class com.amazonaws.services.detective.model.AcceptInvitationResult
 
Account - Class in com.amazonaws.services.detective.model
An AWS account that is the master of or a member of a behavior graph.
Account() - Constructor for class com.amazonaws.services.detective.model.Account
 
AmazonDetective - Interface in com.amazonaws.services.detective
Interface for accessing Amazon Detective.
AmazonDetectiveAsync - Interface in com.amazonaws.services.detective
Interface for accessing Amazon Detective asynchronously.
AmazonDetectiveAsyncClient - Class in com.amazonaws.services.detective
Client for accessing Amazon Detective asynchronously.
AmazonDetectiveAsyncClientBuilder - Class in com.amazonaws.services.detective
Fluent builder for AmazonDetectiveAsync.
AmazonDetectiveClient - Class in com.amazonaws.services.detective
Client for accessing Amazon Detective.
AmazonDetectiveClientBuilder - Class in com.amazonaws.services.detective
Fluent builder for AmazonDetective.
AmazonDetectiveException - Exception in com.amazonaws.services.detective.model
Base exception for all service exceptions thrown by Amazon Detective
AmazonDetectiveException(String) - Constructor for exception com.amazonaws.services.detective.model.AmazonDetectiveException
Constructs a new AmazonDetectiveException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClientBuilder
Construct an asynchronous implementation of AmazonDetectiveAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.detective.AmazonDetectiveClientBuilder
Construct a synchronous implementation of AmazonDetective using the current builder configuration.
builder() - Static method in class com.amazonaws.services.detective.AmazonDetectiveClient
 

C

clone() - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
 
clone() - Method in class com.amazonaws.services.detective.model.AcceptInvitationResult
 
clone() - Method in class com.amazonaws.services.detective.model.Account
 
clone() - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
 
clone() - Method in class com.amazonaws.services.detective.model.CreateGraphResult
 
clone() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
 
clone() - Method in class com.amazonaws.services.detective.model.CreateMembersResult
 
clone() - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
 
clone() - Method in class com.amazonaws.services.detective.model.DeleteGraphResult
 
clone() - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
 
clone() - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
 
clone() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
 
clone() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipResult
 
clone() - Method in class com.amazonaws.services.detective.model.GetMembersRequest
 
clone() - Method in class com.amazonaws.services.detective.model.GetMembersResult
 
clone() - Method in class com.amazonaws.services.detective.model.Graph
 
clone() - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
 
clone() - Method in class com.amazonaws.services.detective.model.ListGraphsResult
 
clone() - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
 
clone() - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
 
clone() - Method in class com.amazonaws.services.detective.model.ListMembersRequest
 
clone() - Method in class com.amazonaws.services.detective.model.ListMembersResult
 
clone() - Method in class com.amazonaws.services.detective.model.MemberDetail
 
clone() - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
 
clone() - Method in class com.amazonaws.services.detective.model.RejectInvitationResult
 
clone() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
 
clone() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberResult
 
clone() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
 
com.amazonaws.services.detective - package com.amazonaws.services.detective
Detective uses machine learning and purpose-built visualizations to help you analyze and investigate security issues across your Amazon Web Services (AWS) workloads.
com.amazonaws.services.detective.model - package com.amazonaws.services.detective.model
 
configFactory - Static variable in class com.amazonaws.services.detective.AmazonDetectiveClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.detective.model
The request attempted an invalid action.
ConflictException(String) - Constructor for exception com.amazonaws.services.detective.model.ConflictException
Constructs a new ConflictException with the specified error message.
createGraph(CreateGraphRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
createGraph(CreateGraphRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Creates a new behavior graph for the calling account, and sets that account as the master account.
createGraph(CreateGraphRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Creates a new behavior graph for the calling account, and sets that account as the master account.
createGraphAsync(CreateGraphRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
createGraphAsync(CreateGraphRequest, AsyncHandler<CreateGraphRequest, CreateGraphResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
createGraphAsync(CreateGraphRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Creates a new behavior graph for the calling account, and sets that account as the master account.
createGraphAsync(CreateGraphRequest, AsyncHandler<CreateGraphRequest, CreateGraphResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Creates a new behavior graph for the calling account, and sets that account as the master account.
createGraphAsync(CreateGraphRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
createGraphAsync(CreateGraphRequest, AsyncHandler<CreateGraphRequest, CreateGraphResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
CreateGraphRequest - Class in com.amazonaws.services.detective.model
 
CreateGraphRequest() - Constructor for class com.amazonaws.services.detective.model.CreateGraphRequest
 
CreateGraphResult - Class in com.amazonaws.services.detective.model
 
CreateGraphResult() - Constructor for class com.amazonaws.services.detective.model.CreateGraphResult
 
createMembers(CreateMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
createMembers(CreateMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph.
createMembers(CreateMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph.
createMembersAsync(CreateMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
createMembersAsync(CreateMembersRequest, AsyncHandler<CreateMembersRequest, CreateMembersResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
createMembersAsync(CreateMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph.
createMembersAsync(CreateMembersRequest, AsyncHandler<CreateMembersRequest, CreateMembersResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Sends a request to invite the specified AWS accounts to be member accounts in the behavior graph.
createMembersAsync(CreateMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
createMembersAsync(CreateMembersRequest, AsyncHandler<CreateMembersRequest, CreateMembersResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
CreateMembersRequest - Class in com.amazonaws.services.detective.model
 
CreateMembersRequest() - Constructor for class com.amazonaws.services.detective.model.CreateMembersRequest
 
CreateMembersResult - Class in com.amazonaws.services.detective.model
 
CreateMembersResult() - Constructor for class com.amazonaws.services.detective.model.CreateMembersResult
 

D

defaultClient() - Static method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.detective.AmazonDetectiveClientBuilder
 
deleteGraph(DeleteGraphRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
deleteGraph(DeleteGraphRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Disables the specified behavior graph and queues it to be deleted.
deleteGraph(DeleteGraphRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Disables the specified behavior graph and queues it to be deleted.
deleteGraphAsync(DeleteGraphRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
deleteGraphAsync(DeleteGraphRequest, AsyncHandler<DeleteGraphRequest, DeleteGraphResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
deleteGraphAsync(DeleteGraphRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Disables the specified behavior graph and queues it to be deleted.
deleteGraphAsync(DeleteGraphRequest, AsyncHandler<DeleteGraphRequest, DeleteGraphResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Disables the specified behavior graph and queues it to be deleted.
deleteGraphAsync(DeleteGraphRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
deleteGraphAsync(DeleteGraphRequest, AsyncHandler<DeleteGraphRequest, DeleteGraphResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
DeleteGraphRequest - Class in com.amazonaws.services.detective.model
 
DeleteGraphRequest() - Constructor for class com.amazonaws.services.detective.model.DeleteGraphRequest
 
DeleteGraphResult - Class in com.amazonaws.services.detective.model
 
DeleteGraphResult() - Constructor for class com.amazonaws.services.detective.model.DeleteGraphResult
 
deleteMembers(DeleteMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
deleteMembers(DeleteMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Deletes one or more member accounts from the master account behavior graph.
deleteMembers(DeleteMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Deletes one or more member accounts from the master account behavior graph.
deleteMembersAsync(DeleteMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
deleteMembersAsync(DeleteMembersRequest, AsyncHandler<DeleteMembersRequest, DeleteMembersResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
deleteMembersAsync(DeleteMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Deletes one or more member accounts from the master account behavior graph.
deleteMembersAsync(DeleteMembersRequest, AsyncHandler<DeleteMembersRequest, DeleteMembersResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Deletes one or more member accounts from the master account behavior graph.
deleteMembersAsync(DeleteMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
deleteMembersAsync(DeleteMembersRequest, AsyncHandler<DeleteMembersRequest, DeleteMembersResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
DeleteMembersRequest - Class in com.amazonaws.services.detective.model
 
DeleteMembersRequest() - Constructor for class com.amazonaws.services.detective.model.DeleteMembersRequest
 
DeleteMembersResult - Class in com.amazonaws.services.detective.model
 
DeleteMembersResult() - Constructor for class com.amazonaws.services.detective.model.DeleteMembersResult
 
disassociateMembership(DisassociateMembershipRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
disassociateMembership(DisassociateMembershipRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Removes the member account from the specified behavior graph.
disassociateMembership(DisassociateMembershipRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Removes the member account from the specified behavior graph.
disassociateMembershipAsync(DisassociateMembershipRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
disassociateMembershipAsync(DisassociateMembershipRequest, AsyncHandler<DisassociateMembershipRequest, DisassociateMembershipResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
disassociateMembershipAsync(DisassociateMembershipRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Removes the member account from the specified behavior graph.
disassociateMembershipAsync(DisassociateMembershipRequest, AsyncHandler<DisassociateMembershipRequest, DisassociateMembershipResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Removes the member account from the specified behavior graph.
disassociateMembershipAsync(DisassociateMembershipRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
disassociateMembershipAsync(DisassociateMembershipRequest, AsyncHandler<DisassociateMembershipRequest, DisassociateMembershipResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
DisassociateMembershipRequest - Class in com.amazonaws.services.detective.model
 
DisassociateMembershipRequest() - Constructor for class com.amazonaws.services.detective.model.DisassociateMembershipRequest
 
DisassociateMembershipResult - Class in com.amazonaws.services.detective.model
 
DisassociateMembershipResult() - Constructor for class com.amazonaws.services.detective.model.DisassociateMembershipResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.detective.AmazonDetective
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.AcceptInvitationResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.Account
 
equals(Object) - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.CreateGraphResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.DeleteGraphResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.DisassociateMembershipResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.GetMembersRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.GetMembersResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.Graph
 
equals(Object) - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.ListMembersResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.MemberDetail
 
equals(Object) - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.RejectInvitationResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
 
equals(Object) - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberResult
 
equals(Object) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
 

F

fromValue(String) - Static method in enum com.amazonaws.services.detective.model.MemberDisabledReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.detective.model.MemberStatus
Use this in place of valueOf.

G

getAccountId() - Method in class com.amazonaws.services.detective.model.Account
The account identifier of the AWS account.
getAccountId() - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account identifier for the member account.
getAccountId() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
The account ID of the member account to try to enable.
getAccountId() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
The AWS account identifier of the member account that was not processed.
getAccountIds() - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
getAccountIds() - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
getAccountIds() - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The list of AWS account identifiers for the member account for which to return member details.
getAccounts() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The list of AWS accounts to invite to become member accounts in the behavior graph.
getArn() - Method in class com.amazonaws.services.detective.model.Graph
The ARN of the behavior graph.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCreatedTime() - Method in class com.amazonaws.services.detective.model.Graph
The date and time that the behavior graph was created.
getDisabledReason() - Method in class com.amazonaws.services.detective.model.MemberDetail
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.
getEmailAddress() - Method in class com.amazonaws.services.detective.model.Account
The AWS account root user email address for the AWS account.
getEmailAddress() - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account root user email address for the member account.
getExecutorService() - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
Returns the executor service used by this client to execute async requests.
getGraphArn() - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
The ARN of the behavior graph that the member account is accepting the invitation for.
getGraphArn() - Method in class com.amazonaws.services.detective.model.CreateGraphResult
The ARN of the new behavior graph.
getGraphArn() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The ARN of the behavior graph to invite the member accounts to contribute their data to.
getGraphArn() - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
The ARN of the behavior graph to disable.
getGraphArn() - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The ARN of the behavior graph to delete members from.
getGraphArn() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
The ARN of the behavior graph to remove the member account from.
getGraphArn() - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The ARN of the behavior graph for which to request the member details.
getGraphArn() - Method in class com.amazonaws.services.detective.model.ListMembersRequest
The ARN of the behavior graph for which to retrieve the list of member accounts.
getGraphArn() - Method in class com.amazonaws.services.detective.model.MemberDetail
The ARN of the behavior graph that the member account was invited to.
getGraphArn() - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
The ARN of the behavior graph to reject the invitation to.
getGraphArn() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
The ARN of the behavior graph.
getGraphList() - Method in class com.amazonaws.services.detective.model.ListGraphsResult
A list of behavior graphs that the account is a master for.
getInvitations() - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
The list of behavior graphs for which the member account has open or accepted invitations.
getInvitedTime() - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time that Detective sent the invitation to the member account.
getMasterId() - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account identifier of the master account for the behavior graph.
getMaxResults() - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
The maximum number of graphs to return at a time.
getMaxResults() - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
The maximum number of behavior graph invitations to return in the response.
getMaxResults() - Method in class com.amazonaws.services.detective.model.ListMembersRequest
The maximum number of member accounts to include in the response.
getMemberDetails() - Method in class com.amazonaws.services.detective.model.GetMembersResult
The member account details that Detective is returning in response to the request.
getMemberDetails() - Method in class com.amazonaws.services.detective.model.ListMembersResult
The list of member accounts in the behavior graph.
getMembers(GetMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
getMembers(GetMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Returns the membership details for specified member accounts for a behavior graph.
getMembers(GetMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Returns the membership details for specified member accounts for a behavior graph.
getMembers() - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The set of member account invitation requests that Detective was able to process.
getMembersAsync(GetMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
getMembersAsync(GetMembersRequest, AsyncHandler<GetMembersRequest, GetMembersResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
getMembersAsync(GetMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Returns the membership details for specified member accounts for a behavior graph.
getMembersAsync(GetMembersRequest, AsyncHandler<GetMembersRequest, GetMembersResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Returns the membership details for specified member accounts for a behavior graph.
getMembersAsync(GetMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
getMembersAsync(GetMembersRequest, AsyncHandler<GetMembersRequest, GetMembersResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
GetMembersRequest - Class in com.amazonaws.services.detective.model
 
GetMembersRequest() - Constructor for class com.amazonaws.services.detective.model.GetMembersRequest
 
GetMembersResult - Class in com.amazonaws.services.detective.model
 
GetMembersResult() - Constructor for class com.amazonaws.services.detective.model.GetMembersResult
 
getMessage() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
Customized message text to include in the invitation email message to the invited member accounts.
getNextToken() - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
For requests to get the next page of results, the pagination token that was returned with the previous set of results.
getNextToken() - Method in class com.amazonaws.services.detective.model.ListGraphsResult
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
getNextToken() - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results.
getNextToken() - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
getNextToken() - Method in class com.amazonaws.services.detective.model.ListMembersRequest
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results.
getNextToken() - Method in class com.amazonaws.services.detective.model.ListMembersResult
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
getPercentOfGraphUtilization() - Method in class com.amazonaws.services.detective.model.MemberDetail
The member account data volume as a percentage of the maximum allowed data volume.
getPercentOfGraphUtilizationUpdatedTime() - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time when the graph utilization percentage was last updated.
getReason() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
The reason that the member account request could not be processed.
getStatus() - Method in class com.amazonaws.services.detective.model.MemberDetail
The current membership status of the member account.
getUnprocessedAccounts() - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The list of accounts for which Detective was unable to process the invitation request.
getUnprocessedAccounts() - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of member accounts that Detective was not able to delete from the behavior graph.
getUnprocessedAccounts() - Method in class com.amazonaws.services.detective.model.GetMembersResult
The requested member accounts for which Detective was unable to return member details.
getUpdatedTime() - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time that the member account was last updated.
Graph - Class in com.amazonaws.services.detective.model
A behavior graph in Detective.
Graph() - Constructor for class com.amazonaws.services.detective.model.Graph
 

H

hashCode() - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.AcceptInvitationResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.Account
 
hashCode() - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.CreateGraphResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.CreateMembersResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.DeleteGraphResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.GetMembersRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.GetMembersResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.Graph
 
hashCode() - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.ListGraphsResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.ListMembersRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.ListMembersResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.MemberDetail
 
hashCode() - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.RejectInvitationResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
 
hashCode() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberResult
 
hashCode() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
 

I

InternalServerException - Exception in com.amazonaws.services.detective.model
The request was valid but failed because of a problem with the service.
InternalServerException(String) - Constructor for exception com.amazonaws.services.detective.model.InternalServerException
Constructs a new InternalServerException with the specified error message.

L

listGraphs(ListGraphsRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
listGraphs(ListGraphsRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Returns the list of behavior graphs that the calling account is a master of.
listGraphs(ListGraphsRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Returns the list of behavior graphs that the calling account is a master of.
listGraphsAsync(ListGraphsRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
listGraphsAsync(ListGraphsRequest, AsyncHandler<ListGraphsRequest, ListGraphsResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
listGraphsAsync(ListGraphsRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Returns the list of behavior graphs that the calling account is a master of.
listGraphsAsync(ListGraphsRequest, AsyncHandler<ListGraphsRequest, ListGraphsResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Returns the list of behavior graphs that the calling account is a master of.
listGraphsAsync(ListGraphsRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
listGraphsAsync(ListGraphsRequest, AsyncHandler<ListGraphsRequest, ListGraphsResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
ListGraphsRequest - Class in com.amazonaws.services.detective.model
 
ListGraphsRequest() - Constructor for class com.amazonaws.services.detective.model.ListGraphsRequest
 
ListGraphsResult - Class in com.amazonaws.services.detective.model
 
ListGraphsResult() - Constructor for class com.amazonaws.services.detective.model.ListGraphsResult
 
listInvitations(ListInvitationsRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
listInvitations(ListInvitationsRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Retrieves the list of open and accepted behavior graph invitations for the member account.
listInvitations(ListInvitationsRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Retrieves the list of open and accepted behavior graph invitations for the member account.
listInvitationsAsync(ListInvitationsRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
listInvitationsAsync(ListInvitationsRequest, AsyncHandler<ListInvitationsRequest, ListInvitationsResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
listInvitationsAsync(ListInvitationsRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Retrieves the list of open and accepted behavior graph invitations for the member account.
listInvitationsAsync(ListInvitationsRequest, AsyncHandler<ListInvitationsRequest, ListInvitationsResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Retrieves the list of open and accepted behavior graph invitations for the member account.
listInvitationsAsync(ListInvitationsRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
listInvitationsAsync(ListInvitationsRequest, AsyncHandler<ListInvitationsRequest, ListInvitationsResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
ListInvitationsRequest - Class in com.amazonaws.services.detective.model
 
ListInvitationsRequest() - Constructor for class com.amazonaws.services.detective.model.ListInvitationsRequest
 
ListInvitationsResult - Class in com.amazonaws.services.detective.model
 
ListInvitationsResult() - Constructor for class com.amazonaws.services.detective.model.ListInvitationsResult
 
listMembers(ListMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
listMembers(ListMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Retrieves the list of member accounts for a behavior graph.
listMembers(ListMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Retrieves the list of member accounts for a behavior graph.
listMembersAsync(ListMembersRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
listMembersAsync(ListMembersRequest, AsyncHandler<ListMembersRequest, ListMembersResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
listMembersAsync(ListMembersRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Retrieves the list of member accounts for a behavior graph.
listMembersAsync(ListMembersRequest, AsyncHandler<ListMembersRequest, ListMembersResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Retrieves the list of member accounts for a behavior graph.
listMembersAsync(ListMembersRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
listMembersAsync(ListMembersRequest, AsyncHandler<ListMembersRequest, ListMembersResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
ListMembersRequest - Class in com.amazonaws.services.detective.model
 
ListMembersRequest() - Constructor for class com.amazonaws.services.detective.model.ListMembersRequest
 
ListMembersResult - Class in com.amazonaws.services.detective.model
 
ListMembersResult() - Constructor for class com.amazonaws.services.detective.model.ListMembersResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.detective.model.Account
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.detective.model.Graph
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.detective.model.MemberDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
 
MemberDetail - Class in com.amazonaws.services.detective.model
Details about a member account that was invited to contribute to a behavior graph.
MemberDetail() - Constructor for class com.amazonaws.services.detective.model.MemberDetail
 
MemberDisabledReason - Enum in com.amazonaws.services.detective.model
 
MemberStatus - Enum in com.amazonaws.services.detective.model
 

R

rejectInvitation(RejectInvitationRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
rejectInvitation(RejectInvitationRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Rejects an invitation to contribute the account data to a behavior graph.
rejectInvitation(RejectInvitationRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Rejects an invitation to contribute the account data to a behavior graph.
rejectInvitationAsync(RejectInvitationRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
rejectInvitationAsync(RejectInvitationRequest, AsyncHandler<RejectInvitationRequest, RejectInvitationResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
rejectInvitationAsync(RejectInvitationRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Rejects an invitation to contribute the account data to a behavior graph.
rejectInvitationAsync(RejectInvitationRequest, AsyncHandler<RejectInvitationRequest, RejectInvitationResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Rejects an invitation to contribute the account data to a behavior graph.
rejectInvitationAsync(RejectInvitationRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
rejectInvitationAsync(RejectInvitationRequest, AsyncHandler<RejectInvitationRequest, RejectInvitationResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
RejectInvitationRequest - Class in com.amazonaws.services.detective.model
 
RejectInvitationRequest() - Constructor for class com.amazonaws.services.detective.model.RejectInvitationRequest
 
RejectInvitationResult - Class in com.amazonaws.services.detective.model
 
RejectInvitationResult() - Constructor for class com.amazonaws.services.detective.model.RejectInvitationResult
 
ResourceNotFoundException - Exception in com.amazonaws.services.detective.model
The request refers to a nonexistent resource.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.detective.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.

S

ServiceQuotaExceededException - Exception in com.amazonaws.services.detective.model
This request cannot be completed for one of the following reasons.
ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.detective.model.ServiceQuotaExceededException
Constructs a new ServiceQuotaExceededException with the specified error message.
setAccountId(String) - Method in class com.amazonaws.services.detective.model.Account
The account identifier of the AWS account.
setAccountId(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account identifier for the member account.
setAccountId(String) - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
The account ID of the member account to try to enable.
setAccountId(String) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
The AWS account identifier of the member account that was not processed.
setAccountIds(Collection<String>) - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
setAccountIds(Collection<String>) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
setAccountIds(Collection<String>) - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The list of AWS account identifiers for the member account for which to return member details.
setAccounts(Collection<Account>) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The list of AWS accounts to invite to become member accounts in the behavior graph.
setArn(String) - Method in class com.amazonaws.services.detective.model.Graph
The ARN of the behavior graph.
setCreatedTime(Date) - Method in class com.amazonaws.services.detective.model.Graph
The date and time that the behavior graph was created.
setDisabledReason(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.
setEmailAddress(String) - Method in class com.amazonaws.services.detective.model.Account
The AWS account root user email address for the AWS account.
setEmailAddress(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account root user email address for the member account.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
The ARN of the behavior graph that the member account is accepting the invitation for.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.CreateGraphResult
The ARN of the new behavior graph.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The ARN of the behavior graph to invite the member accounts to contribute their data to.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
The ARN of the behavior graph to disable.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The ARN of the behavior graph to delete members from.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
The ARN of the behavior graph to remove the member account from.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The ARN of the behavior graph for which to request the member details.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
The ARN of the behavior graph for which to retrieve the list of member accounts.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The ARN of the behavior graph that the member account was invited to.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
The ARN of the behavior graph to reject the invitation to.
setGraphArn(String) - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
The ARN of the behavior graph.
setGraphList(Collection<Graph>) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
A list of behavior graphs that the account is a master for.
setInvitations(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
The list of behavior graphs for which the member account has open or accepted invitations.
setInvitedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time that Detective sent the invitation to the member account.
setMasterId(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account identifier of the master account for the behavior graph.
setMaxResults(Integer) - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
The maximum number of graphs to return at a time.
setMaxResults(Integer) - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
The maximum number of behavior graph invitations to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
The maximum number of member accounts to include in the response.
setMemberDetails(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.GetMembersResult
The member account details that Detective is returning in response to the request.
setMemberDetails(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.ListMembersResult
The list of member accounts in the behavior graph.
setMembers(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The set of member account invitation requests that Detective was able to process.
setMessage(String) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
Customized message text to include in the invitation email message to the invited member accounts.
setNextToken(String) - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
For requests to get the next page of results, the pagination token that was returned with the previous set of results.
setNextToken(String) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
setNextToken(String) - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results.
setNextToken(String) - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
setNextToken(String) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results.
setNextToken(String) - Method in class com.amazonaws.services.detective.model.ListMembersResult
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
setPercentOfGraphUtilization(Double) - Method in class com.amazonaws.services.detective.model.MemberDetail
The member account data volume as a percentage of the maximum allowed data volume.
setPercentOfGraphUtilizationUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time when the graph utilization percentage was last updated.
setReason(String) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
The reason that the member account request could not be processed.
setStatus(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The current membership status of the member account.
setUnprocessedAccounts(Collection<UnprocessedAccount>) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The list of accounts for which Detective was unable to process the invitation request.
setUnprocessedAccounts(Collection<UnprocessedAccount>) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of member accounts that Detective was not able to delete from the behavior graph.
setUnprocessedAccounts(Collection<UnprocessedAccount>) - Method in class com.amazonaws.services.detective.model.GetMembersResult
The requested member accounts for which Detective was unable to return member details.
setUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time that the member account was last updated.
shutdown() - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
shutdown() - Method in interface com.amazonaws.services.detective.AmazonDetective
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
 
standard() - Static method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.detective.AmazonDetectiveClientBuilder
 
startMonitoringMember(StartMonitoringMemberRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
 
startMonitoringMember(StartMonitoringMemberRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED.
startMonitoringMember(StartMonitoringMemberRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED.
startMonitoringMemberAsync(StartMonitoringMemberRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
startMonitoringMemberAsync(StartMonitoringMemberRequest, AsyncHandler<StartMonitoringMemberRequest, StartMonitoringMemberResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
 
startMonitoringMemberAsync(StartMonitoringMemberRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED.
startMonitoringMemberAsync(StartMonitoringMemberRequest, AsyncHandler<StartMonitoringMemberRequest, StartMonitoringMemberResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED.
startMonitoringMemberAsync(StartMonitoringMemberRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
startMonitoringMemberAsync(StartMonitoringMemberRequest, AsyncHandler<StartMonitoringMemberRequest, StartMonitoringMemberResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
 
StartMonitoringMemberRequest - Class in com.amazonaws.services.detective.model
 
StartMonitoringMemberRequest() - Constructor for class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
 
StartMonitoringMemberResult - Class in com.amazonaws.services.detective.model
 
StartMonitoringMemberResult() - Constructor for class com.amazonaws.services.detective.model.StartMonitoringMemberResult
 

T

toString() - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.AcceptInvitationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.Account
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.CreateGraphResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.CreateMembersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.DeleteGraphResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.DisassociateMembershipResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.GetMembersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.GetMembersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.Graph
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.ListGraphsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.ListMembersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.ListMembersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.MemberDetail
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.detective.model.MemberDisabledReason
 
toString() - Method in enum com.amazonaws.services.detective.model.MemberStatus
 
toString() - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.RejectInvitationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
Returns a string representation of this object.

U

UnprocessedAccount - Class in com.amazonaws.services.detective.model
A member account that was included in a request but for which the request could not be processed.
UnprocessedAccount() - Constructor for class com.amazonaws.services.detective.model.UnprocessedAccount
 

V

ValidationException - Exception in com.amazonaws.services.detective.model
The request parameters are invalid.
ValidationException(String) - Constructor for exception com.amazonaws.services.detective.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.detective.model.MemberDisabledReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.detective.model.MemberStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.detective.model.MemberDisabledReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.detective.model.MemberStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccountId(String) - Method in class com.amazonaws.services.detective.model.Account
The account identifier of the AWS account.
withAccountId(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account identifier for the member account.
withAccountId(String) - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
The account ID of the member account to try to enable.
withAccountId(String) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
The AWS account identifier of the member account that was not processed.
withAccountIds(String...) - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
withAccountIds(Collection<String>) - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The list of AWS account identifiers for the member accounts to delete from the behavior graph.
withAccountIds(String...) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
withAccountIds(Collection<String>) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
withAccountIds(String...) - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The list of AWS account identifiers for the member account for which to return member details.
withAccountIds(Collection<String>) - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The list of AWS account identifiers for the member account for which to return member details.
withAccounts(Account...) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The list of AWS accounts to invite to become member accounts in the behavior graph.
withAccounts(Collection<Account>) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The list of AWS accounts to invite to become member accounts in the behavior graph.
withArn(String) - Method in class com.amazonaws.services.detective.model.Graph
The ARN of the behavior graph.
withCreatedTime(Date) - Method in class com.amazonaws.services.detective.model.Graph
The date and time that the behavior graph was created.
withDisabledReason(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.
withDisabledReason(MemberDisabledReason) - Method in class com.amazonaws.services.detective.model.MemberDetail
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.
withEmailAddress(String) - Method in class com.amazonaws.services.detective.model.Account
The AWS account root user email address for the AWS account.
withEmailAddress(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account root user email address for the member account.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.AcceptInvitationRequest
The ARN of the behavior graph that the member account is accepting the invitation for.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.CreateGraphResult
The ARN of the new behavior graph.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
The ARN of the behavior graph to invite the member accounts to contribute their data to.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.DeleteGraphRequest
The ARN of the behavior graph to disable.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.DeleteMembersRequest
The ARN of the behavior graph to delete members from.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.DisassociateMembershipRequest
The ARN of the behavior graph to remove the member account from.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.GetMembersRequest
The ARN of the behavior graph for which to request the member details.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
The ARN of the behavior graph for which to retrieve the list of member accounts.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The ARN of the behavior graph that the member account was invited to.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.RejectInvitationRequest
The ARN of the behavior graph to reject the invitation to.
withGraphArn(String) - Method in class com.amazonaws.services.detective.model.StartMonitoringMemberRequest
The ARN of the behavior graph.
withGraphList(Graph...) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
A list of behavior graphs that the account is a master for.
withGraphList(Collection<Graph>) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
A list of behavior graphs that the account is a master for.
withInvitations(MemberDetail...) - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
The list of behavior graphs for which the member account has open or accepted invitations.
withInvitations(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
The list of behavior graphs for which the member account has open or accepted invitations.
withInvitedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time that Detective sent the invitation to the member account.
withMasterId(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The AWS account identifier of the master account for the behavior graph.
withMaxResults(Integer) - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
The maximum number of graphs to return at a time.
withMaxResults(Integer) - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
The maximum number of behavior graph invitations to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
The maximum number of member accounts to include in the response.
withMemberDetails(MemberDetail...) - Method in class com.amazonaws.services.detective.model.GetMembersResult
The member account details that Detective is returning in response to the request.
withMemberDetails(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.GetMembersResult
The member account details that Detective is returning in response to the request.
withMemberDetails(MemberDetail...) - Method in class com.amazonaws.services.detective.model.ListMembersResult
The list of member accounts in the behavior graph.
withMemberDetails(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.ListMembersResult
The list of member accounts in the behavior graph.
withMembers(MemberDetail...) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The set of member account invitation requests that Detective was able to process.
withMembers(Collection<MemberDetail>) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The set of member account invitation requests that Detective was able to process.
withMessage(String) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
Customized message text to include in the invitation email message to the invited member accounts.
withNextToken(String) - Method in class com.amazonaws.services.detective.model.ListGraphsRequest
For requests to get the next page of results, the pagination token that was returned with the previous set of results.
withNextToken(String) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
withNextToken(String) - Method in class com.amazonaws.services.detective.model.ListInvitationsRequest
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results.
withNextToken(String) - Method in class com.amazonaws.services.detective.model.ListInvitationsResult
If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.
withNextToken(String) - Method in class com.amazonaws.services.detective.model.ListMembersRequest
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results.
withNextToken(String) - Method in class com.amazonaws.services.detective.model.ListMembersResult
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
withPercentOfGraphUtilization(Double) - Method in class com.amazonaws.services.detective.model.MemberDetail
The member account data volume as a percentage of the maximum allowed data volume.
withPercentOfGraphUtilizationUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time when the graph utilization percentage was last updated.
withReason(String) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
The reason that the member account request could not be processed.
withStatus(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
The current membership status of the member account.
withStatus(MemberStatus) - Method in class com.amazonaws.services.detective.model.MemberDetail
The current membership status of the member account.
withUnprocessedAccounts(UnprocessedAccount...) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The list of accounts for which Detective was unable to process the invitation request.
withUnprocessedAccounts(Collection<UnprocessedAccount>) - Method in class com.amazonaws.services.detective.model.CreateMembersResult
The list of accounts for which Detective was unable to process the invitation request.
withUnprocessedAccounts(UnprocessedAccount...) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of member accounts that Detective was not able to delete from the behavior graph.
withUnprocessedAccounts(Collection<UnprocessedAccount>) - Method in class com.amazonaws.services.detective.model.DeleteMembersResult
The list of member accounts that Detective was not able to delete from the behavior graph.
withUnprocessedAccounts(UnprocessedAccount...) - Method in class com.amazonaws.services.detective.model.GetMembersResult
The requested member accounts for which Detective was unable to return member details.
withUnprocessedAccounts(Collection<UnprocessedAccount>) - Method in class com.amazonaws.services.detective.model.GetMembersResult
The requested member accounts for which Detective was unable to return member details.
withUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
The date and time that the member account was last updated.
A B C D E F G H I L M R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.