Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ResourceServerType.Builder
Packages that use ResourceServerType.Builder
-
Uses of ResourceServerType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ResourceServerType.BuilderModifier and TypeMethodDescriptionstatic ResourceServerType.BuilderResourceServerType.builder()ResourceServerType.Builder.identifier(String identifier) A unique resource server identifier for the resource server.The name of the resource server.ResourceServerType.Builder.scopes(Collection<ResourceServerScopeType> scopes) A list of scopes that are defined for the resource server.ResourceServerType.Builder.scopes(Consumer<ResourceServerScopeType.Builder>... scopes) A list of scopes that are defined for the resource server.ResourceServerType.Builder.scopes(ResourceServerScopeType... scopes) A list of scopes that are defined for the resource server.ResourceServerType.toBuilder()ResourceServerType.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the resource server configuration.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ResourceServerType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceServerType.Builder>ResourceServerType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ResourceServerType.BuilderModifier and TypeMethodDescriptionCreateResourceServerResponse.Builder.resourceServer(Consumer<ResourceServerType.Builder> resourceServer) The details of the new resource server.DescribeResourceServerResponse.Builder.resourceServer(Consumer<ResourceServerType.Builder> resourceServer) The details of the requested resource server.UpdateResourceServerResponse.Builder.resourceServer(Consumer<ResourceServerType.Builder> resourceServer) The updated details of the requested resource server.