Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ResourceServerScopeType
-
Packages that use ResourceServerScopeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ResourceServerScopeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ResourceServerScopeType Modifier and Type Method Description List<ResourceServerScopeType>CreateResourceServerRequest. scopes()A list of scopes.List<ResourceServerScopeType>ResourceServerType. scopes()A list of scopes that are defined for the resource server.List<ResourceServerScopeType>UpdateResourceServerRequest. scopes()The scope values to be set for the resource server.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ResourceServerScopeType Modifier and Type Method Description CreateResourceServerRequest.BuilderCreateResourceServerRequest.Builder. scopes(ResourceServerScopeType... scopes)A list of scopes.ResourceServerType.BuilderResourceServerType.Builder. scopes(ResourceServerScopeType... scopes)A list of scopes that are defined for the resource server.UpdateResourceServerRequest.BuilderUpdateResourceServerRequest.Builder. scopes(ResourceServerScopeType... scopes)The scope values to be set for the resource server.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ResourceServerScopeType Modifier and Type Method Description CreateResourceServerRequest.BuilderCreateResourceServerRequest.Builder. scopes(Collection<ResourceServerScopeType> scopes)A list of scopes.ResourceServerType.BuilderResourceServerType.Builder. scopes(Collection<ResourceServerScopeType> scopes)A list of scopes that are defined for the resource server.UpdateResourceServerRequest.BuilderUpdateResourceServerRequest.Builder. scopes(Collection<ResourceServerScopeType> scopes)The scope values to be set for the resource server.
-