Uses of Class
software.amazon.awssdk.services.sms.model.GetAppReplicationConfigurationResponse
-
Packages that use GetAppReplicationConfigurationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of GetAppReplicationConfigurationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return GetAppReplicationConfigurationResponse Modifier and Type Method Description default GetAppReplicationConfigurationResponseSmsClient. getAppReplicationConfiguration()Retrieves the application replication configuration associated with the specified application.default GetAppReplicationConfigurationResponseSmsClient. getAppReplicationConfiguration(Consumer<GetAppReplicationConfigurationRequest.Builder> getAppReplicationConfigurationRequest)Retrieves the application replication configuration associated with the specified application.default GetAppReplicationConfigurationResponseSmsClient. getAppReplicationConfiguration(GetAppReplicationConfigurationRequest getAppReplicationConfigurationRequest)Retrieves the application replication configuration associated with the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type GetAppReplicationConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetAppReplicationConfigurationResponse>SmsAsyncClient. getAppReplicationConfiguration()Retrieves the application replication configuration associated with the specified application.default CompletableFuture<GetAppReplicationConfigurationResponse>SmsAsyncClient. getAppReplicationConfiguration(Consumer<GetAppReplicationConfigurationRequest.Builder> getAppReplicationConfigurationRequest)Retrieves the application replication configuration associated with the specified application.default CompletableFuture<GetAppReplicationConfigurationResponse>SmsAsyncClient. getAppReplicationConfiguration(GetAppReplicationConfigurationRequest getAppReplicationConfigurationRequest)Retrieves the application replication configuration associated with the specified application.
-