Uses of Class
software.amazon.awssdk.services.acm.model.GetAccountConfigurationRequest
-
Packages that use GetAccountConfigurationRequest Package Description software.amazon.awssdk.services.acm Certificate Manager software.amazon.awssdk.services.acm.transform -
-
Uses of GetAccountConfigurationRequest in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm with parameters of type GetAccountConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetAccountConfigurationResponse>
AcmAsyncClient. getAccountConfiguration(GetAccountConfigurationRequest 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. -
Uses of GetAccountConfigurationRequest in software.amazon.awssdk.services.acm.transform
Methods in software.amazon.awssdk.services.acm.transform with parameters of type GetAccountConfigurationRequest Modifier and Type Method Description SdkHttpFullRequest
GetAccountConfigurationRequestMarshaller. marshall(GetAccountConfigurationRequest getAccountConfigurationRequest)
-