Uses of Class
com.oracle.bmc.identity.model.CreateAuthTokenDetails
-
Packages that use CreateAuthTokenDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of CreateAuthTokenDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return CreateAuthTokenDetails Modifier and Type Method Description CreateAuthTokenDetails
CreateAuthTokenDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type CreateAuthTokenDetails Modifier and Type Method Description CreateAuthTokenDetails.Builder
CreateAuthTokenDetails.Builder. copy(CreateAuthTokenDetails model)
-
Uses of CreateAuthTokenDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateAuthTokenDetails Modifier and Type Method Description CreateAuthTokenDetails
CreateAuthTokenRequest. getBody$()
Alternative accessor for the body parameter.CreateAuthTokenDetails
CreateAuthTokenRequest. getCreateAuthTokenDetails()
Request object for creating a new auth token.Methods in com.oracle.bmc.identity.requests with parameters of type CreateAuthTokenDetails Modifier and Type Method Description CreateAuthTokenRequest.Builder
CreateAuthTokenRequest.Builder. body$(CreateAuthTokenDetails body)
Alternative setter for the body parameter.CreateAuthTokenRequest.Builder
CreateAuthTokenRequest.Builder. createAuthTokenDetails(CreateAuthTokenDetails createAuthTokenDetails)
Request object for creating a new auth token.
-