| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model | |
| software.amazon.awssdk.services.inspector2.paginators |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResponse |
AggregationResponse.fromAccountAggregation(AccountAggregationResponse accountAggregation)
Create an instance of this class with
accountAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromAccountAggregation(Consumer<AccountAggregationResponse.Builder> accountAggregation)
Create an instance of this class with
accountAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromAmiAggregation(AmiAggregationResponse amiAggregation)
Create an instance of this class with
amiAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromAmiAggregation(Consumer<AmiAggregationResponse.Builder> amiAggregation)
Create an instance of this class with
amiAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromAwsEcrContainerAggregation(AwsEcrContainerAggregationResponse awsEcrContainerAggregation)
Create an instance of this class with
awsEcrContainerAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromAwsEcrContainerAggregation(Consumer<AwsEcrContainerAggregationResponse.Builder> awsEcrContainerAggregation)
Create an instance of this class with
awsEcrContainerAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromEc2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)
Create an instance of this class with
ec2InstanceAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromEc2InstanceAggregation(Ec2InstanceAggregationResponse ec2InstanceAggregation)
Create an instance of this class with
ec2InstanceAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromFindingTypeAggregation(Consumer<FindingTypeAggregationResponse.Builder> findingTypeAggregation)
Create an instance of this class with
findingTypeAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromFindingTypeAggregation(FindingTypeAggregationResponse findingTypeAggregation)
Create an instance of this class with
findingTypeAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromImageLayerAggregation(Consumer<ImageLayerAggregationResponse.Builder> imageLayerAggregation)
Create an instance of this class with
imageLayerAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromImageLayerAggregation(ImageLayerAggregationResponse imageLayerAggregation)
Create an instance of this class with
imageLayerAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromLambdaFunctionAggregation(Consumer<LambdaFunctionAggregationResponse.Builder> lambdaFunctionAggregation)
Create an instance of this class with
lambdaFunctionAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromLambdaFunctionAggregation(LambdaFunctionAggregationResponse lambdaFunctionAggregation)
Create an instance of this class with
lambdaFunctionAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromLambdaLayerAggregation(Consumer<LambdaLayerAggregationResponse.Builder> lambdaLayerAggregation)
Create an instance of this class with
lambdaLayerAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromLambdaLayerAggregation(LambdaLayerAggregationResponse lambdaLayerAggregation)
Create an instance of this class with
lambdaLayerAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromPackageAggregation(Consumer<PackageAggregationResponse.Builder> packageAggregation)
Create an instance of this class with
packageAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromPackageAggregation(PackageAggregationResponse packageAggregation)
Create an instance of this class with
packageAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromRepositoryAggregation(Consumer<RepositoryAggregationResponse.Builder> repositoryAggregation)
Create an instance of this class with
repositoryAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromRepositoryAggregation(RepositoryAggregationResponse repositoryAggregation)
Create an instance of this class with
repositoryAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromTitleAggregation(Consumer<TitleAggregationResponse.Builder> titleAggregation)
Create an instance of this class with
titleAggregation() initialized to the given value. |
static AggregationResponse |
AggregationResponse.fromTitleAggregation(TitleAggregationResponse titleAggregation)
Create an instance of this class with
titleAggregation() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<AggregationResponse> |
ListFindingAggregationsResponse.responses()
Objects that contain the results of an aggregation operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.responses(AggregationResponse... responses)
Objects that contain the results of an aggregation operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResponse.Builder |
ListFindingAggregationsResponse.Builder.responses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<AggregationResponse> |
ListFindingAggregationsIterable.responses()
Returns an iterable to iterate through the paginated
ListFindingAggregationsResponse.responses() member. |
SdkPublisher<AggregationResponse> |
ListFindingAggregationsPublisher.responses()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.