Uses of Class
com.oracle.bmc.databasetools.requests.GetDatabaseToolsIdentityRequest
-
Packages that use GetDatabaseToolsIdentityRequest Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.requests -
-
Uses of GetDatabaseToolsIdentityRequest in com.oracle.bmc.databasetools
Method parameters in com.oracle.bmc.databasetools with type arguments of type GetDatabaseToolsIdentityRequest Modifier and Type Method Description Future<GetDatabaseToolsIdentityResponse>DatabaseToolsAsync. getDatabaseToolsIdentity(GetDatabaseToolsIdentityRequest request, AsyncHandler<GetDatabaseToolsIdentityRequest,GetDatabaseToolsIdentityResponse> handler)Gets details of the specified Database Tools identity.Future<GetDatabaseToolsIdentityResponse>DatabaseToolsAsyncClient. getDatabaseToolsIdentity(GetDatabaseToolsIdentityRequest request, AsyncHandler<GetDatabaseToolsIdentityRequest,GetDatabaseToolsIdentityResponse> handler) -
Uses of GetDatabaseToolsIdentityRequest in com.oracle.bmc.databasetools.requests
Methods in com.oracle.bmc.databasetools.requests that return GetDatabaseToolsIdentityRequest Modifier and Type Method Description GetDatabaseToolsIdentityRequestGetDatabaseToolsIdentityRequest.Builder. build()Build the instance of GetDatabaseToolsIdentityRequest as configured by this builderGetDatabaseToolsIdentityRequestGetDatabaseToolsIdentityRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDatabaseToolsIdentityRequest as configured by this builderMethods in com.oracle.bmc.databasetools.requests with parameters of type GetDatabaseToolsIdentityRequest Modifier and Type Method Description GetDatabaseToolsIdentityRequest.BuilderGetDatabaseToolsIdentityRequest.Builder. copy(GetDatabaseToolsIdentityRequest o)Copy method to populate the builder with values from the given instance.
-