Uses of Class
software.amazon.awssdk.services.acmpca.model.ListPermissionsResponse
-
Packages that use ListPermissionsResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference.software.amazon.awssdk.services.acmpca.paginators -
-
Uses of ListPermissionsResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return ListPermissionsResponse Modifier and Type Method Description default ListPermissionsResponseAcmPcaClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).default ListPermissionsResponseAcmPcaClient. listPermissions(ListPermissionsRequest listPermissionsRequest)List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description default CompletableFuture<ListPermissionsResponse>AcmPcaAsyncClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).default CompletableFuture<ListPermissionsResponse>AcmPcaAsyncClient. listPermissions(ListPermissionsRequest listPermissionsRequest)List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com). -
Uses of ListPermissionsResponse in software.amazon.awssdk.services.acmpca.paginators
Methods in software.amazon.awssdk.services.acmpca.paginators that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description Iterator<ListPermissionsResponse>ListPermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.acmpca.paginators with type arguments of type ListPermissionsResponse Modifier and Type Method Description voidListPermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPermissionsResponse> subscriber)
-