Uses of Class
software.amazon.awssdk.services.inspector2.model.AggregationResponse
-
Packages that use AggregationResponse Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of AggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AggregationResponse Modifier and Type Method Description static AggregationResponseAggregationResponse. fromAccountAggregation(Consumer<AccountAggregationResponse.Builder> accountAggregation)Create an instance of this class withaccountAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromAccountAggregation(AccountAggregationResponse accountAggregation)Create an instance of this class withaccountAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromAmiAggregation(Consumer<AmiAggregationResponse.Builder> amiAggregation)Create an instance of this class withamiAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromAmiAggregation(AmiAggregationResponse amiAggregation)Create an instance of this class withamiAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromAwsEcrContainerAggregation(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)Create an instance of this class withawsEcrContainerAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromAwsEcrContainerAggregation(AwsEcrContainerAggregationResponse awsEcrContainerAggregation)Create an instance of this class withawsEcrContainerAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromEc2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)Create an instance of this class withec2InstanceAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromEc2InstanceAggregation(Ec2InstanceAggregationResponse ec2InstanceAggregation)Create an instance of this class withec2InstanceAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromFindingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)Create an instance of this class withfindingTypeAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromFindingTypeAggregation(FindingTypeAggregationResponse findingTypeAggregation)Create an instance of this class withfindingTypeAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromImageLayerAggregation(Consumer<ImageLayerAggregationResponse.Builder> imageLayerAggregation)Create an instance of this class withimageLayerAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromImageLayerAggregation(ImageLayerAggregationResponse imageLayerAggregation)Create an instance of this class withimageLayerAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromLambdaFunctionAggregation(Consumer<LambdaFunctionAggregationResponse.Builder> lambdaFunctionAggregation)Create an instance of this class withlambdaFunctionAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromLambdaFunctionAggregation(LambdaFunctionAggregationResponse lambdaFunctionAggregation)Create an instance of this class withlambdaFunctionAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromLambdaLayerAggregation(Consumer<LambdaLayerAggregationResponse.Builder> lambdaLayerAggregation)Create an instance of this class withlambdaLayerAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromLambdaLayerAggregation(LambdaLayerAggregationResponse lambdaLayerAggregation)Create an instance of this class withlambdaLayerAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromPackageAggregation(Consumer<PackageAggregationResponse.Builder> packageAggregation)Create an instance of this class withpackageAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromPackageAggregation(PackageAggregationResponse packageAggregation)Create an instance of this class withpackageAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromRepositoryAggregation(Consumer<RepositoryAggregationResponse.Builder> repositoryAggregation)Create an instance of this class withrepositoryAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromRepositoryAggregation(RepositoryAggregationResponse repositoryAggregation)Create an instance of this class withrepositoryAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromTitleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)Create an instance of this class withtitleAggregation()initialized to the given value.static AggregationResponseAggregationResponse. fromTitleAggregation(TitleAggregationResponse titleAggregation)Create an instance of this class withtitleAggregation()initialized to the given value.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AggregationResponse Modifier and Type Method Description List<AggregationResponse>ListFindingAggregationsResponse. responses()Objects that contain the results of an aggregation operation.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AggregationResponse Modifier and Type Method Description ListFindingAggregationsResponse.BuilderListFindingAggregationsResponse.Builder. responses(AggregationResponse... responses)Objects that contain the results of an aggregation operation.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AggregationResponse Modifier and Type Method Description ListFindingAggregationsResponse.BuilderListFindingAggregationsResponse.Builder. responses(Collection<AggregationResponse> responses)Objects that contain the results of an aggregation operation. -
Uses of AggregationResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type AggregationResponse Modifier and Type Method Description SdkIterable<AggregationResponse>ListFindingAggregationsIterable. responses()Returns an iterable to iterate through the paginatedListFindingAggregationsResponse.responses()member.SdkPublisher<AggregationResponse>ListFindingAggregationsPublisher. responses()Returns a publisher that can be used to get a stream of data.
-