Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.ListImageScanFindingAggregationsRequest.Builder
-
Packages that use ListImageScanFindingAggregationsRequest.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 ListImageScanFindingAggregationsRequest.Builder in software.amazon.awssdk.services.imagebuilder
-
Uses of ListImageScanFindingAggregationsRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ListImageScanFindingAggregationsRequest.Builder Modifier and Type Method Description static ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest. builder()default ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest.Builder. filter(Consumer<Filter.Builder> filter)Sets the value of the Filter property for this object.ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest.Builder. filter(Filter filter)Sets the value of the Filter property for this object.ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest.Builder. nextToken(String nextToken)A token to specify where to start paginating.ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListImageScanFindingAggregationsRequest.BuilderListImageScanFindingAggregationsRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ListImageScanFindingAggregationsRequest.Builder Modifier and Type Method Description static Class<? extends ListImageScanFindingAggregationsRequest.Builder>ListImageScanFindingAggregationsRequest. serializableBuilderClass()
-