Uses of Class
software.amazon.awssdk.services.quicksight.model.ServiceType
-
Packages that use ServiceType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ServiceType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ServiceType Modifier and Type Method Description static ServiceTypeServiceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceTypeAuthorizedTargetsByService. service()The name of the Amazon Web Services service.ServiceTypeDeleteIdentityPropagationConfigRequest. service()The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.ServiceTypeUpdateIdentityPropagationConfigRequest. service()The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.static ServiceTypeServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. 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 ServiceType Modifier and Type Method Description static Set<ServiceType>ServiceType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ServiceType Modifier and Type Method Description AuthorizedTargetsByService.BuilderAuthorizedTargetsByService.Builder. service(ServiceType service)The name of the Amazon Web Services service.DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest.Builder. service(ServiceType service)The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. service(ServiceType service)The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
-