Uses of Class
software.amazon.awssdk.services.inspector2.model.ListAccountPermissionsResponse
-
Packages that use ListAccountPermissionsResponse 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.paginators -
-
Uses of ListAccountPermissionsResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListAccountPermissionsResponse Modifier and Type Method Description default ListAccountPermissionsResponseInspector2Client. listAccountPermissions(Consumer<ListAccountPermissionsRequest.Builder> listAccountPermissionsRequest)Lists the permissions an account has to configure Amazon Inspector.default ListAccountPermissionsResponseInspector2Client. listAccountPermissions(ListAccountPermissionsRequest listAccountPermissionsRequest)Lists the permissions an account has to configure Amazon Inspector.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListAccountPermissionsResponse Modifier and Type Method Description default CompletableFuture<ListAccountPermissionsResponse>Inspector2AsyncClient. listAccountPermissions(Consumer<ListAccountPermissionsRequest.Builder> listAccountPermissionsRequest)Lists the permissions an account has to configure Amazon Inspector.default CompletableFuture<ListAccountPermissionsResponse>Inspector2AsyncClient. listAccountPermissions(ListAccountPermissionsRequest listAccountPermissionsRequest)Lists the permissions an account has to configure Amazon Inspector. -
Uses of ListAccountPermissionsResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListAccountPermissionsResponse Modifier and Type Method Description Iterator<ListAccountPermissionsResponse>ListAccountPermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListAccountPermissionsResponse Modifier and Type Method Description voidListAccountPermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountPermissionsResponse> subscriber)
-