Uses of Interface
software.amazon.awssdk.services.acm.model.GetAccountConfigurationRequest.Builder
-
Packages that use GetAccountConfigurationRequest.Builder Package Description software.amazon.awssdk.services.acm Certificate Manager software.amazon.awssdk.services.acm.model -
-
Uses of GetAccountConfigurationRequest.Builder in software.amazon.awssdk.services.acm
Method parameters in software.amazon.awssdk.services.acm with type arguments of type GetAccountConfigurationRequest.Builder 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 GetAccountConfigurationResponseAcmClient. getAccountConfiguration(Consumer<GetAccountConfigurationRequest.Builder> getAccountConfigurationRequest)Returns the account configuration options associated with an Amazon Web Services account. -
Uses of GetAccountConfigurationRequest.Builder in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return GetAccountConfigurationRequest.Builder Modifier and Type Method Description static GetAccountConfigurationRequest.BuilderGetAccountConfigurationRequest. builder()GetAccountConfigurationRequest.BuilderGetAccountConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccountConfigurationRequest.BuilderGetAccountConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccountConfigurationRequest.BuilderGetAccountConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type GetAccountConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetAccountConfigurationRequest.Builder>GetAccountConfigurationRequest. serializableBuilderClass()
-