Uses of Interface
software.amazon.awssdk.services.inspector2.model.ListDelegatedAdminAccountsRequest.Builder
-
Packages that use ListDelegatedAdminAccountsRequest.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 ListDelegatedAdminAccountsRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type ListDelegatedAdminAccountsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDelegatedAdminAccountsResponse>Inspector2AsyncClient. listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.default ListDelegatedAdminAccountsResponseInspector2Client. listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.default ListDelegatedAdminAccountsPublisherInspector2AsyncClient. listDelegatedAdminAccountsPaginator(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.default ListDelegatedAdminAccountsIterableInspector2Client. listDelegatedAdminAccountsPaginator(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization. -
Uses of ListDelegatedAdminAccountsRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return ListDelegatedAdminAccountsRequest.Builder Modifier and Type Method Description static ListDelegatedAdminAccountsRequest.BuilderListDelegatedAdminAccountsRequest. builder()ListDelegatedAdminAccountsRequest.BuilderListDelegatedAdminAccountsRequest.Builder. maxResults(Integer maxResults)The maximum number of results the response can return.ListDelegatedAdminAccountsRequest.BuilderListDelegatedAdminAccountsRequest.Builder. nextToken(String nextToken)A token to use for paginating results that are returned in the response.ListDelegatedAdminAccountsRequest.BuilderListDelegatedAdminAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDelegatedAdminAccountsRequest.BuilderListDelegatedAdminAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDelegatedAdminAccountsRequest.BuilderListDelegatedAdminAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type ListDelegatedAdminAccountsRequest.Builder Modifier and Type Method Description static Class<? extends ListDelegatedAdminAccountsRequest.Builder>ListDelegatedAdminAccountsRequest. serializableBuilderClass()
-