Uses of Class
software.amazon.awssdk.services.signer.model.Permission
-
Packages that use Permission Package Description software.amazon.awssdk.services.signer.model -
-
Uses of Permission in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type Permission Modifier and Type Method Description List<Permission>ListProfilePermissionsResponse. permissions()List of permissions associated with the Signing Profile.Methods in software.amazon.awssdk.services.signer.model with parameters of type Permission Modifier and Type Method Description ListProfilePermissionsResponse.BuilderListProfilePermissionsResponse.Builder. permissions(Permission... permissions)List of permissions associated with the Signing Profile.Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type Permission Modifier and Type Method Description ListProfilePermissionsResponse.BuilderListProfilePermissionsResponse.Builder. permissions(Collection<Permission> permissions)List of permissions associated with the Signing Profile.
-