Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.GetRotationRequest.Builder
-
Packages that use GetRotationRequest.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 GetRotationRequest.Builder in software.amazon.awssdk.services.ssmcontacts
Method parameters in software.amazon.awssdk.services.ssmcontacts with type arguments of type GetRotationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRotationResponse>SsmContactsAsyncClient. getRotation(Consumer<GetRotationRequest.Builder> getRotationRequest)Retrieves information about an on-call rotation.default GetRotationResponseSsmContactsClient. getRotation(Consumer<GetRotationRequest.Builder> getRotationRequest)Retrieves information about an on-call rotation. -
Uses of GetRotationRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return GetRotationRequest.Builder Modifier and Type Method Description static GetRotationRequest.BuilderGetRotationRequest. builder()GetRotationRequest.BuilderGetRotationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRotationRequest.BuilderGetRotationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRotationRequest.BuilderGetRotationRequest.Builder. rotationId(String rotationId)The Amazon Resource Name (ARN) of the on-call rotation to retrieve information about.GetRotationRequest.BuilderGetRotationRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type GetRotationRequest.Builder Modifier and Type Method Description static Class<? extends GetRotationRequest.Builder>GetRotationRequest. serializableBuilderClass()
-