Uses of Interface
software.amazon.awssdk.services.inspector2.model.AccountAggregation.Builder
-
Packages that use AccountAggregation.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AccountAggregation.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AccountAggregation.Builder Modifier and Type Method Description static AccountAggregation.BuilderAccountAggregation. builder()AccountAggregation.BuilderAccountAggregation.Builder. findingType(String findingType)The type of finding.AccountAggregation.BuilderAccountAggregation.Builder. findingType(AggregationFindingType findingType)The type of finding.AccountAggregation.BuilderAccountAggregation.Builder. resourceType(String resourceType)The type of resource.AccountAggregation.BuilderAccountAggregation.Builder. resourceType(AggregationResourceType resourceType)The type of resource.AccountAggregation.BuilderAccountAggregation.Builder. sortBy(String sortBy)The value to sort by.AccountAggregation.BuilderAccountAggregation.Builder. sortBy(AccountSortBy sortBy)The value to sort by.AccountAggregation.BuilderAccountAggregation.Builder. sortOrder(String sortOrder)The sort order (ascending or descending).AccountAggregation.BuilderAccountAggregation.Builder. sortOrder(SortOrder sortOrder)The sort order (ascending or descending).AccountAggregation.BuilderAccountAggregation. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AccountAggregation.Builder Modifier and Type Method Description static Class<? extends AccountAggregation.Builder>AccountAggregation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AccountAggregation.Builder Modifier and Type Method Description default AggregationRequest.BuilderAggregationRequest.Builder. accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)An object that contains details about an aggregation request based on Amazon Web Services account IDs.static AggregationRequestAggregationRequest. fromAccountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)Create an instance of this class withAggregationRequest.accountAggregation()initialized to the given value.
-