Uses of Interface
software.amazon.awssdk.services.detective.model.ListInvitationsRequest.Builder
-
Packages that use ListInvitationsRequest.Builder Package Description software.amazon.awssdk.services.detective Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads.software.amazon.awssdk.services.detective.model -
-
Uses of ListInvitationsRequest.Builder in software.amazon.awssdk.services.detective
-
Uses of ListInvitationsRequest.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return ListInvitationsRequest.Builder Modifier and Type Method Description static ListInvitationsRequest.BuilderListInvitationsRequest. builder()ListInvitationsRequest.BuilderListInvitationsRequest.Builder. maxResults(Integer maxResults)The maximum number of behavior graph invitations to return in the response.ListInvitationsRequest.BuilderListInvitationsRequest.Builder. nextToken(String nextToken)For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results.ListInvitationsRequest.BuilderListInvitationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInvitationsRequest.BuilderListInvitationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInvitationsRequest.BuilderListInvitationsRequest. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type ListInvitationsRequest.Builder Modifier and Type Method Description static Class<? extends ListInvitationsRequest.Builder>ListInvitationsRequest. serializableBuilderClass()
-