Uses of Class
com.oracle.bmc.databasemigration.responses.GetAssessorResponse
-
Packages that use GetAssessorResponse Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.responses -
-
Uses of GetAssessorResponse in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return GetAssessorResponse Modifier and Type Method Description GetAssessorResponseDatabaseMigration. getAssessor(GetAssessorRequest request)Display Assessor details.GetAssessorResponseDatabaseMigrationClient. getAssessor(GetAssessorRequest request)Methods in com.oracle.bmc.databasemigration that return types with arguments of type GetAssessorResponse Modifier and Type Method Description Waiter<GetAssessorRequest,GetAssessorResponse>DatabaseMigrationWaiters. forAssessor(GetAssessorRequest request, AssessorLifecycleStates... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetAssessorRequest,GetAssessorResponse>DatabaseMigrationWaiters. forAssessor(GetAssessorRequest request, AssessorLifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAssessorRequest,GetAssessorResponse>DatabaseMigrationWaiters. forAssessor(GetAssessorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AssessorLifecycleStates... targetStates)Creates a newWaiterusing the provided configuration.Future<GetAssessorResponse>DatabaseMigrationAsync. getAssessor(GetAssessorRequest request, AsyncHandler<GetAssessorRequest,GetAssessorResponse> handler)Display Assessor details.Future<GetAssessorResponse>DatabaseMigrationAsyncClient. getAssessor(GetAssessorRequest request, AsyncHandler<GetAssessorRequest,GetAssessorResponse> handler)Method parameters in com.oracle.bmc.databasemigration with type arguments of type GetAssessorResponse Modifier and Type Method Description Future<GetAssessorResponse>DatabaseMigrationAsync. getAssessor(GetAssessorRequest request, AsyncHandler<GetAssessorRequest,GetAssessorResponse> handler)Display Assessor details.Future<GetAssessorResponse>DatabaseMigrationAsyncClient. getAssessor(GetAssessorRequest request, AsyncHandler<GetAssessorRequest,GetAssessorResponse> handler) -
Uses of GetAssessorResponse in com.oracle.bmc.databasemigration.responses
Methods in com.oracle.bmc.databasemigration.responses that return GetAssessorResponse Modifier and Type Method Description GetAssessorResponseGetAssessorResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemigration.responses with parameters of type GetAssessorResponse Modifier and Type Method Description GetAssessorResponse.BuilderGetAssessorResponse.Builder. copy(GetAssessorResponse o)Copy method to populate the builder with values from the given instance.
-