Uses of Class
software.amazon.awssdk.services.acm.model.GetAccountConfigurationResponse
-
Packages that use GetAccountConfigurationResponse Package Description software.amazon.awssdk.services.acm Certificate Manager -
-
Uses of GetAccountConfigurationResponse in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm that return GetAccountConfigurationResponse Modifier and Type Method Description default GetAccountConfigurationResponse
AcmClient. getAccountConfiguration(Consumer<GetAccountConfigurationRequest.Builder> getAccountConfigurationRequest)
Returns the account configuration options associated with an Amazon Web Services account.default GetAccountConfigurationResponse
AcmClient. getAccountConfiguration(GetAccountConfigurationRequest getAccountConfigurationRequest)
Returns the account configuration options associated with an Amazon Web Services account.Methods in software.amazon.awssdk.services.acm that return types with arguments of type GetAccountConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetAccountConfigurationResponse>
AcmAsyncClient. getAccountConfiguration(Consumer<GetAccountConfigurationRequest.Builder> getAccountConfigurationRequest)
Returns the account configuration options associated with an Amazon Web Services account.default CompletableFuture<GetAccountConfigurationResponse>
AcmAsyncClient. getAccountConfiguration(GetAccountConfigurationRequest getAccountConfigurationRequest)
Returns the account configuration options associated with an Amazon Web Services account.
-