Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ResourceServerScopeType
Packages that use ResourceServerScopeType
-
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 ResourceServerScopeTypeModifier and TypeMethodDescriptionfinal List<ResourceServerScopeType>CreateResourceServerRequest.scopes()A list of custom scopes.final List<ResourceServerScopeType>ResourceServerType.scopes()A list of scopes that are defined for the resource server.final List<ResourceServerScopeType>UpdateResourceServerRequest.scopes()An array of updated custom scope names and descriptions that you want to associate with your resource server.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ResourceServerScopeTypeModifier and TypeMethodDescriptionCreateResourceServerRequest.Builder.scopes(ResourceServerScopeType... scopes) A list of custom scopes.ResourceServerType.Builder.scopes(ResourceServerScopeType... scopes) A list of scopes that are defined for the resource server.UpdateResourceServerRequest.Builder.scopes(ResourceServerScopeType... scopes) An array of updated custom scope names and descriptions that you want to associate with your resource server.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ResourceServerScopeTypeModifier and TypeMethodDescriptionCreateResourceServerRequest.Builder.scopes(Collection<ResourceServerScopeType> scopes) A list of custom scopes.ResourceServerType.Builder.scopes(Collection<ResourceServerScopeType> scopes) A list of scopes that are defined for the resource server.UpdateResourceServerRequest.Builder.scopes(Collection<ResourceServerScopeType> scopes) An array of updated custom scope names and descriptions that you want to associate with your resource server.