Uses of Interface
software.amazon.awssdk.services.ssmquicksetup.model.GetConfigurationRequest.Builder
-
Packages that use GetConfigurationRequest.Builder Package Description software.amazon.awssdk.services.ssmquicksetup Quick Setup helps you quickly configure frequently used services and features with recommended best practices.software.amazon.awssdk.services.ssmquicksetup.model -
-
Uses of GetConfigurationRequest.Builder in software.amazon.awssdk.services.ssmquicksetup
Method parameters in software.amazon.awssdk.services.ssmquicksetup with type arguments of type GetConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfigurationResponse>SsmQuickSetupAsyncClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Returns details about the specified configuration.default GetConfigurationResponseSsmQuickSetupClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Returns details about the specified configuration. -
Uses of GetConfigurationRequest.Builder in software.amazon.awssdk.services.ssmquicksetup.model
Methods in software.amazon.awssdk.services.ssmquicksetup.model that return GetConfigurationRequest.Builder Modifier and Type Method Description static GetConfigurationRequest.BuilderGetConfigurationRequest. builder()GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. configurationId(String configurationId)A service generated identifier for the configuration.GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationRequest.BuilderGetConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmquicksetup.model that return types with arguments of type GetConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationRequest.Builder>GetConfigurationRequest. serializableBuilderClass()
-