Uses of Class
software.amazon.awssdk.services.inspector2.model.ListMembersResponse
-
Packages that use ListMembersResponse 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 ListMembersResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListMembersResponse Modifier and Type Method Description default ListMembersResponseInspector2Client. listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)List members associated with the Amazon Inspector delegated administrator for your organization.default ListMembersResponseInspector2Client. listMembers(ListMembersRequest listMembersRequest)List members associated with the Amazon Inspector delegated administrator for your organization.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListMembersResponse Modifier and Type Method Description default CompletableFuture<ListMembersResponse>Inspector2AsyncClient. listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)List members associated with the Amazon Inspector delegated administrator for your organization.default CompletableFuture<ListMembersResponse>Inspector2AsyncClient. listMembers(ListMembersRequest listMembersRequest)List members associated with the Amazon Inspector delegated administrator for your organization. -
Uses of ListMembersResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListMembersResponse Modifier and Type Method Description Iterator<ListMembersResponse>ListMembersIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListMembersResponse Modifier and Type Method Description voidListMembersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMembersResponse> subscriber)
-