Uses of Class
software.amazon.awssdk.services.ram.model.ResourceSharePermissionSummary
Packages that use ResourceSharePermissionSummary
-
Uses of ResourceSharePermissionSummary in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceSharePermissionSummaryModifier and TypeMethodDescriptionCreatePermissionResponse.permission()A structure with information about this customer managed permission.PromotePermissionCreatedFromPolicyResponse.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 ResourceSharePermissionSummaryModifier and TypeMethodDescriptionListPermissionsResponse.permissions()An array of objects with information about the permissions.ListPermissionVersionsResponse.permissions()An array of objects that contain details for each of the available versions.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 ResourceSharePermissionSummaryModifier and TypeMethodDescriptionCreatePermissionResponse.Builder.permission(ResourceSharePermissionSummary permission) A structure with information about this customer managed permission.PromotePermissionCreatedFromPolicyResponse.Builder.permission(ResourceSharePermissionSummary permission) Sets the value of the Permission property for this object.ListPermissionsResponse.Builder.permissions(ResourceSharePermissionSummary... permissions) An array of objects with information about the permissions.ListPermissionVersionsResponse.Builder.permissions(ResourceSharePermissionSummary... permissions) An array of objects that contain details for each of the available versions.ListResourceSharePermissionsResponse.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 ResourceSharePermissionSummaryModifier and TypeMethodDescriptionListPermissionsResponse.Builder.permissions(Collection<ResourceSharePermissionSummary> permissions) An array of objects with information about the permissions.ListPermissionVersionsResponse.Builder.permissions(Collection<ResourceSharePermissionSummary> permissions) An array of objects that contain details for each of the available versions.ListResourceSharePermissionsResponse.Builder.permissions(Collection<ResourceSharePermissionSummary> permissions) An array of objects that describe the permissions associated with the resource share.