Uses of Class
com.oracle.bmc.databasemanagement.responses.ChangeNamedCredentialCompartmentResponse
-
Packages that use ChangeNamedCredentialCompartmentResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ChangeNamedCredentialCompartmentResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ChangeNamedCredentialCompartmentResponse Modifier and Type Method Description ChangeNamedCredentialCompartmentResponse
DbManagement. changeNamedCredentialCompartment(ChangeNamedCredentialCompartmentRequest request)
Moves a named credential to a different compartment.ChangeNamedCredentialCompartmentResponse
DbManagementClient. changeNamedCredentialCompartment(ChangeNamedCredentialCompartmentRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ChangeNamedCredentialCompartmentResponse Modifier and Type Method Description Future<ChangeNamedCredentialCompartmentResponse>
DbManagementAsync. changeNamedCredentialCompartment(ChangeNamedCredentialCompartmentRequest request, AsyncHandler<ChangeNamedCredentialCompartmentRequest,ChangeNamedCredentialCompartmentResponse> handler)
Moves a named credential to a different compartment.Future<ChangeNamedCredentialCompartmentResponse>
DbManagementAsyncClient. changeNamedCredentialCompartment(ChangeNamedCredentialCompartmentRequest request, AsyncHandler<ChangeNamedCredentialCompartmentRequest,ChangeNamedCredentialCompartmentResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ChangeNamedCredentialCompartmentResponse Modifier and Type Method Description Future<ChangeNamedCredentialCompartmentResponse>
DbManagementAsync. changeNamedCredentialCompartment(ChangeNamedCredentialCompartmentRequest request, AsyncHandler<ChangeNamedCredentialCompartmentRequest,ChangeNamedCredentialCompartmentResponse> handler)
Moves a named credential to a different compartment.Future<ChangeNamedCredentialCompartmentResponse>
DbManagementAsyncClient. changeNamedCredentialCompartment(ChangeNamedCredentialCompartmentRequest request, AsyncHandler<ChangeNamedCredentialCompartmentRequest,ChangeNamedCredentialCompartmentResponse> handler)
-
Uses of ChangeNamedCredentialCompartmentResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ChangeNamedCredentialCompartmentResponse Modifier and Type Method Description ChangeNamedCredentialCompartmentResponse
ChangeNamedCredentialCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ChangeNamedCredentialCompartmentResponse Modifier and Type Method Description ChangeNamedCredentialCompartmentResponse.Builder
ChangeNamedCredentialCompartmentResponse.Builder. copy(ChangeNamedCredentialCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-