| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AssignmentStatus |
IAMPolicyAssignmentSummary.assignmentStatus()
Assignment status.
|
AssignmentStatus |
ListIamPolicyAssignmentsRequest.assignmentStatus()
The status of the assignments.
|
AssignmentStatus |
CreateIamPolicyAssignmentRequest.assignmentStatus()
The status of the assignment.
|
AssignmentStatus |
UpdateIamPolicyAssignmentResponse.assignmentStatus()
The status of the assignment.
|
AssignmentStatus |
UpdateIamPolicyAssignmentRequest.assignmentStatus()
The status of the assignment.
|
AssignmentStatus |
CreateIamPolicyAssignmentResponse.assignmentStatus()
The status of the assignment.
|
AssignmentStatus |
IAMPolicyAssignment.assignmentStatus()
Assignment status.
|
static AssignmentStatus |
AssignmentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AssignmentStatus |
AssignmentStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AssignmentStatus> |
AssignmentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IAMPolicyAssignmentSummary.Builder |
IAMPolicyAssignmentSummary.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
Assignment status.
|
ListIamPolicyAssignmentsRequest.Builder |
ListIamPolicyAssignmentsRequest.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignments.
|
CreateIamPolicyAssignmentRequest.Builder |
CreateIamPolicyAssignmentRequest.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
UpdateIamPolicyAssignmentResponse.Builder |
UpdateIamPolicyAssignmentResponse.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
UpdateIamPolicyAssignmentRequest.Builder |
UpdateIamPolicyAssignmentRequest.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
CreateIamPolicyAssignmentResponse.Builder |
CreateIamPolicyAssignmentResponse.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
IAMPolicyAssignment.Builder |
IAMPolicyAssignment.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
Assignment status.
|
Copyright © 2020. All rights reserved.