Uses of Class
software.amazon.awssdk.services.quicksight.model.AssignmentStatus
-
Packages that use AssignmentStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of AssignmentStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return AssignmentStatus Modifier and Type Method Description AssignmentStatusCreateIamPolicyAssignmentRequest. assignmentStatus()The status of the assignment.AssignmentStatusCreateIamPolicyAssignmentResponse. assignmentStatus()The status of the assignment.AssignmentStatusIAMPolicyAssignment. assignmentStatus()Assignment status.AssignmentStatusIAMPolicyAssignmentSummary. assignmentStatus()Assignment status.AssignmentStatusListIamPolicyAssignmentsRequest. assignmentStatus()The status of the assignments.AssignmentStatusUpdateIamPolicyAssignmentRequest. assignmentStatus()The status of the assignment.AssignmentStatusUpdateIamPolicyAssignmentResponse. assignmentStatus()The status of the assignment.static AssignmentStatusAssignmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssignmentStatusAssignmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentStatus[]AssignmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type AssignmentStatus Modifier and Type Method Description static Set<AssignmentStatus>AssignmentStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type AssignmentStatus Modifier and Type Method Description CreateIamPolicyAssignmentRequest.BuilderCreateIamPolicyAssignmentRequest.Builder. assignmentStatus(AssignmentStatus assignmentStatus)The status of the assignment.CreateIamPolicyAssignmentResponse.BuilderCreateIamPolicyAssignmentResponse.Builder. assignmentStatus(AssignmentStatus assignmentStatus)The status of the assignment.IAMPolicyAssignment.BuilderIAMPolicyAssignment.Builder. assignmentStatus(AssignmentStatus assignmentStatus)Assignment status.IAMPolicyAssignmentSummary.BuilderIAMPolicyAssignmentSummary.Builder. assignmentStatus(AssignmentStatus assignmentStatus)Assignment status.ListIamPolicyAssignmentsRequest.BuilderListIamPolicyAssignmentsRequest.Builder. assignmentStatus(AssignmentStatus assignmentStatus)The status of the assignments.UpdateIamPolicyAssignmentRequest.BuilderUpdateIamPolicyAssignmentRequest.Builder. assignmentStatus(AssignmentStatus assignmentStatus)The status of the assignment.UpdateIamPolicyAssignmentResponse.BuilderUpdateIamPolicyAssignmentResponse.Builder. assignmentStatus(AssignmentStatus assignmentStatus)The status of the assignment.
-