Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ListInfrastructureConfigurationsRequest.Builder
-
Packages that use ListInfrastructureConfigurationsRequest.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 ListInfrastructureConfigurationsRequest.Builder in software.amazon.awssdk.services.imagebuilder
-
Uses of ListInfrastructureConfigurationsRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ListInfrastructureConfigurationsRequest.Builder Modifier and Type Method Description static ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest. builder()ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. filters(Collection<Filter> filters)You can filter onnameto streamline results.ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. filters(Consumer<Filter.Builder>... filters)You can filter onnameto streamline results.ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. filters(Filter... filters)You can filter onnameto streamline results.ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. maxResults(Integer maxResults)The maximum items to return in a request.ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating.ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInfrastructureConfigurationsRequest.BuilderListInfrastructureConfigurationsRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ListInfrastructureConfigurationsRequest.Builder Modifier and Type Method Description static Class<? extends ListInfrastructureConfigurationsRequest.Builder>ListInfrastructureConfigurationsRequest. serializableBuilderClass()
-