Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ResourceServerType
Packages that use ResourceServerType
Package
Description
-
Uses of ResourceServerType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ResourceServerTypeModifier and TypeMethodDescriptionfinal ResourceServerTypeCreateResourceServerResponse.resourceServer()The details of the new resource server.final ResourceServerTypeDescribeResourceServerResponse.resourceServer()The details of the requested resource server.final ResourceServerTypeUpdateResourceServerResponse.resourceServer()The updated details of the requested resource server.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ResourceServerTypeModifier and TypeMethodDescriptionfinal List<ResourceServerType>ListResourceServersResponse.resourceServers()An array of resource servers and the details of their configuration.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ResourceServerTypeModifier and TypeMethodDescriptionCreateResourceServerResponse.Builder.resourceServer(ResourceServerType resourceServer) The details of the new resource server.DescribeResourceServerResponse.Builder.resourceServer(ResourceServerType resourceServer) The details of the requested resource server.UpdateResourceServerResponse.Builder.resourceServer(ResourceServerType resourceServer) The updated details of the requested resource server.ListResourceServersResponse.Builder.resourceServers(ResourceServerType... resourceServers) An array of resource servers and the details of their configuration.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ResourceServerTypeModifier and TypeMethodDescriptionListResourceServersResponse.Builder.resourceServers(Collection<ResourceServerType> resourceServers) An array of resource servers and the details of their configuration. -
Uses of ResourceServerType in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ResourceServerTypeModifier and TypeMethodDescriptionfinal SdkIterable<ResourceServerType>ListResourceServersIterable.resourceServers()Returns an iterable to iterate through the paginatedListResourceServersResponse.resourceServers()member.final SdkPublisher<ResourceServerType>ListResourceServersPublisher.resourceServers()Returns a publisher that can be used to get a stream of data.