Uses of Class
com.oracle.bmc.identity.requests.GetUserUIPasswordInformationRequest
-
Packages that use GetUserUIPasswordInformationRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of GetUserUIPasswordInformationRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type GetUserUIPasswordInformationRequest Modifier and Type Method Description GetUserUIPasswordInformationResponse
Identity. getUserUIPasswordInformation(GetUserUIPasswordInformationRequest request)
Gets the specified user’s console password information.Future<GetUserUIPasswordInformationResponse>
IdentityAsync. getUserUIPasswordInformation(GetUserUIPasswordInformationRequest request, AsyncHandler<GetUserUIPasswordInformationRequest,GetUserUIPasswordInformationResponse> handler)
Gets the specified user’s console password information.Future<GetUserUIPasswordInformationResponse>
IdentityAsyncClient. getUserUIPasswordInformation(GetUserUIPasswordInformationRequest request, AsyncHandler<GetUserUIPasswordInformationRequest,GetUserUIPasswordInformationResponse> handler)
GetUserUIPasswordInformationResponse
IdentityClient. getUserUIPasswordInformation(GetUserUIPasswordInformationRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetUserUIPasswordInformationRequest Modifier and Type Method Description Future<GetUserUIPasswordInformationResponse>
IdentityAsync. getUserUIPasswordInformation(GetUserUIPasswordInformationRequest request, AsyncHandler<GetUserUIPasswordInformationRequest,GetUserUIPasswordInformationResponse> handler)
Gets the specified user’s console password information.Future<GetUserUIPasswordInformationResponse>
IdentityAsyncClient. getUserUIPasswordInformation(GetUserUIPasswordInformationRequest request, AsyncHandler<GetUserUIPasswordInformationRequest,GetUserUIPasswordInformationResponse> handler)
-
Uses of GetUserUIPasswordInformationRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetUserUIPasswordInformationRequest Modifier and Type Method Description GetUserUIPasswordInformationRequest
GetUserUIPasswordInformationRequest.Builder. build()
Build the instance of GetUserUIPasswordInformationRequest as configured by this builderGetUserUIPasswordInformationRequest
GetUserUIPasswordInformationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetUserUIPasswordInformationRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type GetUserUIPasswordInformationRequest Modifier and Type Method Description GetUserUIPasswordInformationRequest.Builder
GetUserUIPasswordInformationRequest.Builder. copy(GetUserUIPasswordInformationRequest o)
Copy method to populate the builder with values from the given instance.
-