| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms |
|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartOnDemandAppReplicationResponse> |
SmsAsyncClient.startOnDemandAppReplication(Consumer<StartOnDemandAppReplicationRequest.Builder> startOnDemandAppReplicationRequest)
Starts an on-demand replication run for the specified application.
|
default StartOnDemandAppReplicationResponse |
SmsClient.startOnDemandAppReplication(Consumer<StartOnDemandAppReplicationRequest.Builder> startOnDemandAppReplicationRequest)
Starts an on-demand replication run for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
StartOnDemandAppReplicationRequest.Builder |
StartOnDemandAppReplicationRequest.Builder.appId(String appId)
The ID of the application.
|
static StartOnDemandAppReplicationRequest.Builder |
StartOnDemandAppReplicationRequest.builder() |
StartOnDemandAppReplicationRequest.Builder |
StartOnDemandAppReplicationRequest.Builder.description(String description)
The description of the replication run.
|
StartOnDemandAppReplicationRequest.Builder |
StartOnDemandAppReplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartOnDemandAppReplicationRequest.Builder |
StartOnDemandAppReplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartOnDemandAppReplicationRequest.Builder |
StartOnDemandAppReplicationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartOnDemandAppReplicationRequest.Builder> |
StartOnDemandAppReplicationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.