Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.ResourceType
-
Packages that use ResourceType Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of ResourceType in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceTypeResourceConflict. resourceType()The type of the resource involved in a conflict.ResourceTypeResourceNotFoundException. resourceType()The resource type of the resource referenced in the failed request.ResourceTypeServiceQuotaExceededException. resourceType()The resource type of the resource referenced in the failed request.static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type ResourceType Modifier and Type Method Description static Set<ResourceType>ResourceType. knownValues()Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type ResourceType Modifier and Type Method Description ResourceConflict.BuilderResourceConflict.Builder. resourceType(ResourceType resourceType)The type of the resource involved in a conflict.ResourceNotFoundException.BuilderResourceNotFoundException.Builder. resourceType(ResourceType resourceType)The resource type of the resource referenced in the failed request.ServiceQuotaExceededException.BuilderServiceQuotaExceededException.Builder. resourceType(ResourceType resourceType)The resource type of the resource referenced in the failed request.
-