Uses of Class
com.oracle.bmc.identity.model.UpdateAuthTokenDetails
-
Packages that use UpdateAuthTokenDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of UpdateAuthTokenDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UpdateAuthTokenDetails Modifier and Type Method Description UpdateAuthTokenDetails
UpdateAuthTokenDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UpdateAuthTokenDetails Modifier and Type Method Description UpdateAuthTokenDetails.Builder
UpdateAuthTokenDetails.Builder. copy(UpdateAuthTokenDetails model)
-
Uses of UpdateAuthTokenDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateAuthTokenDetails Modifier and Type Method Description UpdateAuthTokenDetails
UpdateAuthTokenRequest. getBody$()
Alternative accessor for the body parameter.UpdateAuthTokenDetails
UpdateAuthTokenRequest. getUpdateAuthTokenDetails()
Request object for updating an auth token.Methods in com.oracle.bmc.identity.requests with parameters of type UpdateAuthTokenDetails Modifier and Type Method Description UpdateAuthTokenRequest.Builder
UpdateAuthTokenRequest.Builder. body$(UpdateAuthTokenDetails body)
Alternative setter for the body parameter.UpdateAuthTokenRequest.Builder
UpdateAuthTokenRequest.Builder. updateAuthTokenDetails(UpdateAuthTokenDetails updateAuthTokenDetails)
Request object for updating an auth token.
-