Uses of Interface
software.amazon.awssdk.services.inspector2.model.ListUsageTotalsRequest.Builder
-
Packages that use ListUsageTotalsRequest.Builder Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.software.amazon.awssdk.services.inspector2.model -
-
Uses of ListUsageTotalsRequest.Builder in software.amazon.awssdk.services.inspector2
-
Uses of ListUsageTotalsRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return ListUsageTotalsRequest.Builder Modifier and Type Method Description ListUsageTotalsRequest.BuilderListUsageTotalsRequest.Builder. accountIds(String... accountIds)The Amazon Web Services account IDs to retrieve usage totals for.ListUsageTotalsRequest.BuilderListUsageTotalsRequest.Builder. accountIds(Collection<String> accountIds)The Amazon Web Services account IDs to retrieve usage totals for.static ListUsageTotalsRequest.BuilderListUsageTotalsRequest. builder()ListUsageTotalsRequest.BuilderListUsageTotalsRequest.Builder. maxResults(Integer maxResults)The maximum number of results the response can return.ListUsageTotalsRequest.BuilderListUsageTotalsRequest.Builder. nextToken(String nextToken)A token to use for paginating results that are returned in the response.ListUsageTotalsRequest.BuilderListUsageTotalsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUsageTotalsRequest.BuilderListUsageTotalsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUsageTotalsRequest.BuilderListUsageTotalsRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type ListUsageTotalsRequest.Builder Modifier and Type Method Description static Class<? extends ListUsageTotalsRequest.Builder>ListUsageTotalsRequest. serializableBuilderClass()
-