Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListPolicyAttachmentsResponse
-
Packages that use ListPolicyAttachmentsResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListPolicyAttachmentsResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListPolicyAttachmentsResponse Modifier and Type Method Description default ListPolicyAttachmentsResponseCloudDirectoryClient. listPolicyAttachments(Consumer<ListPolicyAttachmentsRequest.Builder> listPolicyAttachmentsRequest)Returns all of theObjectIdentifiersto which a given policy is attached.default ListPolicyAttachmentsResponseCloudDirectoryClient. listPolicyAttachments(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)Returns all of theObjectIdentifiersto which a given policy is attached.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListPolicyAttachmentsResponse Modifier and Type Method Description default CompletableFuture<ListPolicyAttachmentsResponse>CloudDirectoryAsyncClient. listPolicyAttachments(Consumer<ListPolicyAttachmentsRequest.Builder> listPolicyAttachmentsRequest)Returns all of theObjectIdentifiersto which a given policy is attached.default CompletableFuture<ListPolicyAttachmentsResponse>CloudDirectoryAsyncClient. listPolicyAttachments(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)Returns all of theObjectIdentifiersto which a given policy is attached. -
Uses of ListPolicyAttachmentsResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListPolicyAttachmentsResponse Modifier and Type Method Description Iterator<ListPolicyAttachmentsResponse>ListPolicyAttachmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListPolicyAttachmentsResponse Modifier and Type Method Description voidListPolicyAttachmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPolicyAttachmentsResponse> subscriber)
-