Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ResourceServerType
-
Packages that use ResourceServerType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model software.amazon.awssdk.services.cognitoidentityprovider.paginators -
-
Uses of ResourceServerType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ResourceServerType Modifier and Type Method Description ResourceServerTypeCreateResourceServerResponse. resourceServer()The details of the new resource server.ResourceServerTypeDescribeResourceServerResponse. resourceServer()The details of the requested resource server.ResourceServerTypeUpdateResourceServerResponse. resourceServer()The resource server.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ResourceServerType Modifier and Type Method Description List<ResourceServerType>ListResourceServersResponse. resourceServers()The resource servers.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ResourceServerType Modifier and Type Method Description CreateResourceServerResponse.BuilderCreateResourceServerResponse.Builder. resourceServer(ResourceServerType resourceServer)The details of the new resource server.DescribeResourceServerResponse.BuilderDescribeResourceServerResponse.Builder. resourceServer(ResourceServerType resourceServer)The details of the requested resource server.UpdateResourceServerResponse.BuilderUpdateResourceServerResponse.Builder. resourceServer(ResourceServerType resourceServer)The resource server.ListResourceServersResponse.BuilderListResourceServersResponse.Builder. resourceServers(ResourceServerType... resourceServers)The resource servers.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type ResourceServerType Modifier and Type Method Description ListResourceServersResponse.BuilderListResourceServersResponse.Builder. resourceServers(Collection<ResourceServerType> resourceServers)The resource servers. -
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 ResourceServerType Modifier and Type Method Description SdkIterable<ResourceServerType>ListResourceServersIterable. resourceServers()Returns an iterable to iterate through the paginatedListResourceServersResponse.resourceServers()member.SdkPublisher<ResourceServerType>ListResourceServersPublisher. resourceServers()Returns a publisher that can be used to get a stream of data.
-