Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.CreateRotationOverrideRequest.Builder
-
Packages that use CreateRotationOverrideRequest.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 CreateRotationOverrideRequest.Builder in software.amazon.awssdk.services.ssmcontacts
Method parameters in software.amazon.awssdk.services.ssmcontacts with type arguments of type CreateRotationOverrideRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateRotationOverrideResponse>SsmContactsAsyncClient. createRotationOverride(Consumer<CreateRotationOverrideRequest.Builder> createRotationOverrideRequest)Creates an override for a rotation in an on-call schedule.default CreateRotationOverrideResponseSsmContactsClient. createRotationOverride(Consumer<CreateRotationOverrideRequest.Builder> createRotationOverrideRequest)Creates an override for a rotation in an on-call schedule. -
Uses of CreateRotationOverrideRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return CreateRotationOverrideRequest.Builder Modifier and Type Method Description static CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest. builder()CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. endTime(Instant endTime)The date and time when the override ends.CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. idempotencyToken(String idempotencyToken)A token that ensures that the operation is called only once with the specified details.CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. newContactIds(String... newContactIds)The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. newContactIds(Collection<String> newContactIds)The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with.CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. rotationId(String rotationId)The Amazon Resource Name (ARN) of the rotation to create an override for.CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest.Builder. startTime(Instant startTime)The date and time when the override goes into effect.CreateRotationOverrideRequest.BuilderCreateRotationOverrideRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type CreateRotationOverrideRequest.Builder Modifier and Type Method Description static Class<? extends CreateRotationOverrideRequest.Builder>CreateRotationOverrideRequest. serializableBuilderClass()
-