Uses of Class
software.amazon.awssdk.services.acmpca.model.Permission
-
Packages that use Permission Package Description software.amazon.awssdk.services.acmpca.model software.amazon.awssdk.services.acmpca.paginators -
-
Uses of Permission in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type Permission Modifier and Type Method Description List<Permission>ListPermissionsResponse. permissions()Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type Permission Modifier and Type Method Description ListPermissionsResponse.BuilderListPermissionsResponse.Builder. permissions(Permission... permissions)Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type Permission Modifier and Type Method Description ListPermissionsResponse.BuilderListPermissionsResponse.Builder. permissions(Collection<Permission> permissions)Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation. -
Uses of Permission in software.amazon.awssdk.services.acmpca.paginators
Methods in software.amazon.awssdk.services.acmpca.paginators that return types with arguments of type Permission Modifier and Type Method Description SdkIterable<Permission>ListPermissionsIterable. permissions()Returns an iterable to iterate through the paginatedListPermissionsResponse.permissions()member.SdkPublisher<Permission>ListPermissionsPublisher. permissions()Returns a publisher that can be used to get a stream of data.
-