Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.GetInfrastructureConfigurationRequest.Builder
-
Packages that use GetInfrastructureConfigurationRequest.Builder Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.model -
-
Uses of GetInfrastructureConfigurationRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type GetInfrastructureConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInfrastructureConfigurationResponse>ImagebuilderAsyncClient. getInfrastructureConfiguration(Consumer<GetInfrastructureConfigurationRequest.Builder> getInfrastructureConfigurationRequest)Gets an infrastructure configuration.default GetInfrastructureConfigurationResponseImagebuilderClient. getInfrastructureConfiguration(Consumer<GetInfrastructureConfigurationRequest.Builder> getInfrastructureConfigurationRequest)Gets an infrastructure configuration. -
Uses of GetInfrastructureConfigurationRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return GetInfrastructureConfigurationRequest.Builder Modifier and Type Method Description static GetInfrastructureConfigurationRequest.BuilderGetInfrastructureConfigurationRequest. builder()GetInfrastructureConfigurationRequest.BuilderGetInfrastructureConfigurationRequest.Builder. infrastructureConfigurationArn(String infrastructureConfigurationArn)The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.GetInfrastructureConfigurationRequest.BuilderGetInfrastructureConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInfrastructureConfigurationRequest.BuilderGetInfrastructureConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInfrastructureConfigurationRequest.BuilderGetInfrastructureConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type GetInfrastructureConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetInfrastructureConfigurationRequest.Builder>GetInfrastructureConfigurationRequest. serializableBuilderClass()
-