Uses of Class
software.amazon.awssdk.services.securityir.model.ListMembershipsResponse
-
Packages that use ListMembershipsResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service.software.amazon.awssdk.services.securityir.paginators -
-
Uses of ListMembershipsResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return ListMembershipsResponse Modifier and Type Method Description default ListMembershipsResponseSecurityIrClient. listMemberships(Consumer<ListMembershipsRequest.Builder> listMembershipsRequest)Grants permission to query the memberships a principal has access to.default ListMembershipsResponseSecurityIrClient. listMemberships(ListMembershipsRequest listMembershipsRequest)Grants permission to query the memberships a principal has access to.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type ListMembershipsResponse Modifier and Type Method Description default CompletableFuture<ListMembershipsResponse>SecurityIrAsyncClient. listMemberships(Consumer<ListMembershipsRequest.Builder> listMembershipsRequest)Grants permission to query the memberships a principal has access to.default CompletableFuture<ListMembershipsResponse>SecurityIrAsyncClient. listMemberships(ListMembershipsRequest listMembershipsRequest)Grants permission to query the memberships a principal has access to. -
Uses of ListMembershipsResponse in software.amazon.awssdk.services.securityir.paginators
Methods in software.amazon.awssdk.services.securityir.paginators that return types with arguments of type ListMembershipsResponse Modifier and Type Method Description Iterator<ListMembershipsResponse>ListMembershipsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityir.paginators with type arguments of type ListMembershipsResponse Modifier and Type Method Description voidListMembershipsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMembershipsResponse> subscriber)
-