Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ListRotationsRequest.Builder
-
Packages that use ListRotationsRequest.Builder Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ListRotationsRequest.Builder in software.amazon.awssdk.services.ssmcontacts
Method parameters in software.amazon.awssdk.services.ssmcontacts with type arguments of type ListRotationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRotationsResponse>SsmContactsAsyncClient. listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)Retrieves a list of on-call rotations.default ListRotationsResponseSsmContactsClient. listRotations(Consumer<ListRotationsRequest.Builder> listRotationsRequest)Retrieves a list of on-call rotations.default ListRotationsPublisherSsmContactsAsyncClient. listRotationsPaginator(Consumer<ListRotationsRequest.Builder> listRotationsRequest)Retrieves a list of on-call rotations.default ListRotationsIterableSsmContactsClient. listRotationsPaginator(Consumer<ListRotationsRequest.Builder> listRotationsRequest)Retrieves a list of on-call rotations. -
Uses of ListRotationsRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ListRotationsRequest.Builder Modifier and Type Method Description static ListRotationsRequest.BuilderListRotationsRequest. builder()ListRotationsRequest.BuilderListRotationsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this call.ListRotationsRequest.BuilderListRotationsRequest.Builder. nextToken(String nextToken)A token to start the list.ListRotationsRequest.BuilderListRotationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRotationsRequest.BuilderListRotationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRotationsRequest.BuilderListRotationsRequest.Builder. rotationNamePrefix(String rotationNamePrefix)A filter to include rotations in list results based on their common prefix.ListRotationsRequest.BuilderListRotationsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ListRotationsRequest.Builder Modifier and Type Method Description static Class<? extends ListRotationsRequest.Builder>ListRotationsRequest. serializableBuilderClass()
-