Uses of Class
com.oracle.bmc.redis.requests.CreateIdentityTokenRequest
-
Packages that use CreateIdentityTokenRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of CreateIdentityTokenRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type CreateIdentityTokenRequest 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 clusterFuture<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)
CreateIdentityTokenResponse
RedisIdentityClient. createIdentityToken(CreateIdentityTokenRequest request)
Method parameters in com.oracle.bmc.redis with type arguments of type CreateIdentityTokenRequest 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 CreateIdentityTokenRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return CreateIdentityTokenRequest Modifier and Type Method Description CreateIdentityTokenRequest
CreateIdentityTokenRequest.Builder. build()
Build the instance of CreateIdentityTokenRequest as configured by this builderCreateIdentityTokenRequest
CreateIdentityTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIdentityTokenRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type CreateIdentityTokenRequest Modifier and Type Method Description CreateIdentityTokenRequest.Builder
CreateIdentityTokenRequest.Builder. copy(CreateIdentityTokenRequest o)
Copy method to populate the builder with values from the given instance.
-