Uses of Class
com.oracle.bmc.identitydomains.responses.CreateMyAuthTokenResponse
-
Packages that use CreateMyAuthTokenResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateMyAuthTokenResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateMyAuthTokenResponse Modifier and Type Method Description CreateMyAuthTokenResponse
IdentityDomains. createMyAuthToken(CreateMyAuthTokenRequest request)
Create a user’s own Auth token.CreateMyAuthTokenResponse
IdentityDomainsClient. createMyAuthToken(CreateMyAuthTokenRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateMyAuthTokenResponse Modifier and Type Method Description Future<CreateMyAuthTokenResponse>
IdentityDomainsAsync. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
Create a user’s own Auth token.Future<CreateMyAuthTokenResponse>
IdentityDomainsAsyncClient. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyAuthTokenResponse Modifier and Type Method Description Future<CreateMyAuthTokenResponse>
IdentityDomainsAsync. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
Create a user’s own Auth token.Future<CreateMyAuthTokenResponse>
IdentityDomainsAsyncClient. createMyAuthToken(CreateMyAuthTokenRequest request, AsyncHandler<CreateMyAuthTokenRequest,CreateMyAuthTokenResponse> handler)
-
Uses of CreateMyAuthTokenResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateMyAuthTokenResponse Modifier and Type Method Description CreateMyAuthTokenResponse
CreateMyAuthTokenResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateMyAuthTokenResponse Modifier and Type Method Description CreateMyAuthTokenResponse.Builder
CreateMyAuthTokenResponse.Builder. copy(CreateMyAuthTokenResponse o)
Copy method to populate the builder with values from the given instance.
-