Uses of Class
com.oracle.bmc.databasetoolsruntime.requests.GetCredentialRequest
-
Packages that use GetCredentialRequest Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of GetCredentialRequest in com.oracle.bmc.databasetoolsruntime
Methods in com.oracle.bmc.databasetoolsruntime with parameters of type GetCredentialRequest Modifier and Type Method Description GetCredentialResponseDatabaseToolsRuntime. getCredential(GetCredentialRequest request)Get a credentialFuture<GetCredentialResponse>DatabaseToolsRuntimeAsync. getCredential(GetCredentialRequest request, AsyncHandler<GetCredentialRequest,GetCredentialResponse> handler)Get a credentialFuture<GetCredentialResponse>DatabaseToolsRuntimeAsyncClient. getCredential(GetCredentialRequest request, AsyncHandler<GetCredentialRequest,GetCredentialResponse> handler)GetCredentialResponseDatabaseToolsRuntimeClient. getCredential(GetCredentialRequest request)Method parameters in com.oracle.bmc.databasetoolsruntime with type arguments of type GetCredentialRequest Modifier and Type Method Description Future<GetCredentialResponse>DatabaseToolsRuntimeAsync. getCredential(GetCredentialRequest request, AsyncHandler<GetCredentialRequest,GetCredentialResponse> handler)Get a credentialFuture<GetCredentialResponse>DatabaseToolsRuntimeAsyncClient. getCredential(GetCredentialRequest request, AsyncHandler<GetCredentialRequest,GetCredentialResponse> handler) -
Uses of GetCredentialRequest in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return GetCredentialRequest Modifier and Type Method Description GetCredentialRequestGetCredentialRequest.Builder. build()Build the instance of GetCredentialRequest as configured by this builderGetCredentialRequestGetCredentialRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetCredentialRequest as configured by this builderMethods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type GetCredentialRequest Modifier and Type Method Description GetCredentialRequest.BuilderGetCredentialRequest.Builder. copy(GetCredentialRequest o)Copy method to populate the builder with values from the given instance.
-