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