Uses of Class
com.oracle.bmc.redis.responses.CreateIdentityTokenResponse
-
Packages that use CreateIdentityTokenResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of CreateIdentityTokenResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return CreateIdentityTokenResponse Modifier and Type Method Description CreateIdentityTokenResponse
RedisIdentity. createIdentityToken(CreateIdentityTokenRequest request)
Generates an identity token to sign in with the specified redis user for the redis clusterCreateIdentityTokenResponse
RedisIdentityClient. createIdentityToken(CreateIdentityTokenRequest request)
Methods in com.oracle.bmc.redis that return types with arguments of type CreateIdentityTokenResponse Modifier and Type Method Description Future<CreateIdentityTokenResponse>
RedisIdentityAsync. createIdentityToken(CreateIdentityTokenRequest request, AsyncHandler<CreateIdentityTokenRequest,CreateIdentityTokenResponse> handler)
Generates an identity token to sign in with the specified redis user for the redis clusterFuture<CreateIdentityTokenResponse>
RedisIdentityAsyncClient. createIdentityToken(CreateIdentityTokenRequest request, AsyncHandler<CreateIdentityTokenRequest,CreateIdentityTokenResponse> handler)
Method parameters in com.oracle.bmc.redis with type arguments of type CreateIdentityTokenResponse Modifier and Type Method Description Future<CreateIdentityTokenResponse>
RedisIdentityAsync. createIdentityToken(CreateIdentityTokenRequest request, AsyncHandler<CreateIdentityTokenRequest,CreateIdentityTokenResponse> handler)
Generates an identity token to sign in with the specified redis user for the redis clusterFuture<CreateIdentityTokenResponse>
RedisIdentityAsyncClient. createIdentityToken(CreateIdentityTokenRequest request, AsyncHandler<CreateIdentityTokenRequest,CreateIdentityTokenResponse> handler)
-
Uses of CreateIdentityTokenResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return CreateIdentityTokenResponse Modifier and Type Method Description CreateIdentityTokenResponse
CreateIdentityTokenResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type CreateIdentityTokenResponse Modifier and Type Method Description CreateIdentityTokenResponse.Builder
CreateIdentityTokenResponse.Builder. copy(CreateIdentityTokenResponse o)
Copy method to populate the builder with values from the given instance.
-