- 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.
- getAdministratorId() - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The AWS account identifier of the administrator account for 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.
- getDisableEmailNotification() - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
-
if set to true, then the member accounts do not receive email notifications.
- 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 an administrator account 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
-
Deprecated.
- 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
-
Deprecated.
- getPercentOfGraphUtilizationUpdatedTime() - Method in class com.amazonaws.services.detective.model.MemberDetail
-
Deprecated.
- getReason() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
-
The reason that the member account request could not be processed.
- getResourceArn() - Method in class com.amazonaws.services.detective.model.ListTagsForResourceRequest
-
The ARN of the behavior graph for which to retrieve the tag values.
- getResourceArn() - Method in class com.amazonaws.services.detective.model.TagResourceRequest
-
The ARN of the behavior graph to assign the tags to.
- getResourceArn() - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The ARN of the behavior graph to remove the tags from.
- getStatus() - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The current membership status of the member account.
- getTagKeys() - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The tag keys of the tags to remove from the behavior graph.
- getTags() - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
-
The tags to assign to the new behavior graph.
- getTags() - Method in class com.amazonaws.services.detective.model.ListTagsForResourceResult
-
The tag values that are assigned to the behavior graph.
- getTags() - Method in class com.amazonaws.services.detective.model.TagResourceRequest
-
The tag values to assign to the behavior graph.
- 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.
- getVolumeUsageInBytes() - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The data volume in bytes per day for the member account.
- getVolumeUsageUpdatedTime() - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The data and time when the member account data volume 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
-
- 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.
- setAdministratorId(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The AWS account identifier of the administrator account for 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.
- setDisableEmailNotification(Boolean) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
-
if set to true, then the member accounts do not receive email notifications.
- 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 an administrator account 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
-
Deprecated.
- 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
-
Deprecated.
- setPercentOfGraphUtilizationUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
Deprecated.
- setReason(String) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
-
The reason that the member account request could not be processed.
- setResourceArn(String) - Method in class com.amazonaws.services.detective.model.ListTagsForResourceRequest
-
The ARN of the behavior graph for which to retrieve the tag values.
- setResourceArn(String) - Method in class com.amazonaws.services.detective.model.TagResourceRequest
-
The ARN of the behavior graph to assign the tags to.
- setResourceArn(String) - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The ARN of the behavior graph to remove the tags from.
- setStatus(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The current membership status of the member account.
- setTagKeys(Collection<String>) - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The tag keys of the tags to remove from the behavior graph.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
-
The tags to assign to the new behavior graph.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.detective.model.ListTagsForResourceResult
-
The tag values that are assigned to the behavior graph.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.detective.model.TagResourceRequest
-
The tag values to assign to the behavior graph.
- 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.
- setVolumeUsageInBytes(Long) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The data volume in bytes per day for the member account.
- setVolumeUsageUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The data and time when the member account data volume 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
-
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetective
-
- tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.detective.AmazonDetective
-
Applies tag values to a behavior graph.
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveClient
-
Applies tag values to a behavior graph.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.detective.AbstractAmazonDetectiveAsync
-
- tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
-
Applies tag values to a behavior graph.
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.detective.AmazonDetectiveAsync
-
Applies tag values to a behavior graph.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.detective.AmazonDetectiveAsyncClient
-
- TagResourceRequest - Class in com.amazonaws.services.detective.model
-
- TagResourceRequest() - Constructor for class com.amazonaws.services.detective.model.TagResourceRequest
-
- TagResourceResult - Class in com.amazonaws.services.detective.model
-
- TagResourceResult() - Constructor for class com.amazonaws.services.detective.model.TagResourceResult
-
- 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.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.detective.model.ListTagsForResourceResult
-
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.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.detective.model.TagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.detective.model.UntagResourceResult
-
Returns a string representation of this object.
- 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.
- withAdministratorId(String) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The AWS account identifier of the administrator account for 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.
- withDisableEmailNotification(Boolean) - Method in class com.amazonaws.services.detective.model.CreateMembersRequest
-
if set to true, then the member accounts do not receive email notifications.
- 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 an administrator account for.
- withGraphList(Collection<Graph>) - Method in class com.amazonaws.services.detective.model.ListGraphsResult
-
A list of behavior graphs that the account is an administrator account 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
-
Deprecated.
- 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
-
Deprecated.
- withPercentOfGraphUtilizationUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
Deprecated.
- withReason(String) - Method in class com.amazonaws.services.detective.model.UnprocessedAccount
-
The reason that the member account request could not be processed.
- withResourceArn(String) - Method in class com.amazonaws.services.detective.model.ListTagsForResourceRequest
-
The ARN of the behavior graph for which to retrieve the tag values.
- withResourceArn(String) - Method in class com.amazonaws.services.detective.model.TagResourceRequest
-
The ARN of the behavior graph to assign the tags to.
- withResourceArn(String) - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The ARN of the behavior graph to remove the tags from.
- 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.
- withTagKeys(String...) - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The tag keys of the tags to remove from the behavior graph.
- withTagKeys(Collection<String>) - Method in class com.amazonaws.services.detective.model.UntagResourceRequest
-
The tag keys of the tags to remove from the behavior graph.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.detective.model.CreateGraphRequest
-
The tags to assign to the new behavior graph.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.detective.model.ListTagsForResourceResult
-
The tag values that are assigned to the behavior graph.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.detective.model.TagResourceRequest
-
The tag values to assign to the behavior graph.
- 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.
- withVolumeUsageInBytes(Long) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The data volume in bytes per day for the member account.
- withVolumeUsageUpdatedTime(Date) - Method in class com.amazonaws.services.detective.model.MemberDetail
-
The data and time when the member account data volume was last updated.