Uses of Class
software.amazon.awssdk.services.ram.model.ResourceSharePermissionSummary
-
Packages that use ResourceSharePermissionSummary Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceSharePermissionSummary in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceSharePermissionSummary Modifier and Type Method Description ResourceSharePermissionSummaryCreatePermissionResponse. permission()A structure with information about this customer managed permission.ResourceSharePermissionSummaryPromotePermissionCreatedFromPolicyResponse. permission()Returns the value of the Permission property for this object.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceSharePermissionSummary Modifier and Type Method Description List<ResourceSharePermissionSummary>ListPermissionsResponse. permissions()An array of objects with information about the permissions.List<ResourceSharePermissionSummary>ListPermissionVersionsResponse. permissions()An array of objects that contain details for each of the available versions.List<ResourceSharePermissionSummary>ListResourceSharePermissionsResponse. permissions()An array of objects that describe the permissions associated with the resource share.Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceSharePermissionSummary Modifier and Type Method Description CreatePermissionResponse.BuilderCreatePermissionResponse.Builder. permission(ResourceSharePermissionSummary permission)A structure with information about this customer managed permission.PromotePermissionCreatedFromPolicyResponse.BuilderPromotePermissionCreatedFromPolicyResponse.Builder. permission(ResourceSharePermissionSummary permission)Sets the value of the Permission property for this object.ListPermissionsResponse.BuilderListPermissionsResponse.Builder. permissions(ResourceSharePermissionSummary... permissions)An array of objects with information about the permissions.ListPermissionVersionsResponse.BuilderListPermissionVersionsResponse.Builder. permissions(ResourceSharePermissionSummary... permissions)An array of objects that contain details for each of the available versions.ListResourceSharePermissionsResponse.BuilderListResourceSharePermissionsResponse.Builder. permissions(ResourceSharePermissionSummary... permissions)An array of objects that describe the permissions associated with the resource share.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceSharePermissionSummary Modifier and Type Method Description ListPermissionsResponse.BuilderListPermissionsResponse.Builder. permissions(Collection<ResourceSharePermissionSummary> permissions)An array of objects with information about the permissions.ListPermissionVersionsResponse.BuilderListPermissionVersionsResponse.Builder. permissions(Collection<ResourceSharePermissionSummary> permissions)An array of objects that contain details for each of the available versions.ListResourceSharePermissionsResponse.BuilderListResourceSharePermissionsResponse.Builder. permissions(Collection<ResourceSharePermissionSummary> permissions)An array of objects that describe the permissions associated with the resource share.
-