Uses of Class
com.oracle.bmc.databasetools.responses.GetDatabaseToolsIdentityResponse
-
Packages that use GetDatabaseToolsIdentityResponse Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.responses -
-
Uses of GetDatabaseToolsIdentityResponse in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return GetDatabaseToolsIdentityResponse Modifier and Type Method Description GetDatabaseToolsIdentityResponseDatabaseTools. getDatabaseToolsIdentity(GetDatabaseToolsIdentityRequest request)Gets details of the specified Database Tools identity.GetDatabaseToolsIdentityResponseDatabaseToolsClient. getDatabaseToolsIdentity(GetDatabaseToolsIdentityRequest request)Method parameters in com.oracle.bmc.databasetools with type arguments of type GetDatabaseToolsIdentityResponse 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 GetDatabaseToolsIdentityResponse in com.oracle.bmc.databasetools.responses
Methods in com.oracle.bmc.databasetools.responses that return GetDatabaseToolsIdentityResponse Modifier and Type Method Description GetDatabaseToolsIdentityResponseGetDatabaseToolsIdentityResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasetools.responses with parameters of type GetDatabaseToolsIdentityResponse Modifier and Type Method Description GetDatabaseToolsIdentityResponse.BuilderGetDatabaseToolsIdentityResponse.Builder. copy(GetDatabaseToolsIdentityResponse o)Copy method to populate the builder with values from the given instance.
-