Uses of Class
software.amazon.awssdk.services.quicksight.model.ExceptionResourceType
-
Packages that use ExceptionResourceType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ExceptionResourceType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ExceptionResourceType Modifier and Type Method Description static ExceptionResourceTypeExceptionResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExceptionResourceTypeLimitExceededException. resourceType()Limit exceeded.ExceptionResourceTypeResourceExistsException. resourceType()The resource type for this request.ExceptionResourceTypeResourceNotFoundException. resourceType()The resource type for this request.ExceptionResourceTypeResourceUnavailableException. resourceType()The resource type for this request.static ExceptionResourceTypeExceptionResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExceptionResourceType[]ExceptionResourceType. 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 ExceptionResourceType Modifier and Type Method Description static Set<ExceptionResourceType>ExceptionResourceType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ExceptionResourceType Modifier and Type Method Description LimitExceededException.BuilderLimitExceededException.Builder. resourceType(ExceptionResourceType resourceType)Limit exceeded.ResourceExistsException.BuilderResourceExistsException.Builder. resourceType(ExceptionResourceType resourceType)The resource type for this request.ResourceNotFoundException.BuilderResourceNotFoundException.Builder. resourceType(ExceptionResourceType resourceType)The resource type for this request.ResourceUnavailableException.BuilderResourceUnavailableException.Builder. resourceType(ExceptionResourceType resourceType)The resource type for this request.
-