Uses of Class
software.amazon.awssdk.services.wellarchitected.model.PermissionType
-
Packages that use PermissionType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of PermissionType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return PermissionType Modifier and Type Method Description static PermissionTypePermissionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionTypeCreateWorkloadShareRequest. permissionType()Returns the value of the PermissionType property for this object.PermissionTypeShareInvitationSummary. permissionType()Returns the value of the PermissionType property for this object.PermissionTypeUpdateWorkloadShareRequest. permissionType()Returns the value of the PermissionType property for this object.PermissionTypeWorkloadShare. permissionType()Returns the value of the PermissionType property for this object.PermissionTypeWorkloadShareSummary. permissionType()Returns the value of the PermissionType property for this object.static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type PermissionType Modifier and Type Method Description static Set<PermissionType>PermissionType. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type PermissionType Modifier and Type Method Description CreateWorkloadShareRequest.BuilderCreateWorkloadShareRequest.Builder. permissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.ShareInvitationSummary.BuilderShareInvitationSummary.Builder. permissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.UpdateWorkloadShareRequest.BuilderUpdateWorkloadShareRequest.Builder. permissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.WorkloadShare.BuilderWorkloadShare.Builder. permissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.WorkloadShareSummary.BuilderWorkloadShareSummary.Builder. permissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.
-