Uses of Class
com.oracle.bmc.datacatalog.requests.GetTypeRequest
-
Packages that use GetTypeRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetTypeRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetTypeRequest Modifier and Type Method Description Waiter<GetTypeRequest,GetTypeResponse>DataCatalogWaiters. forType(GetTypeRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetTypeRequest,GetTypeResponse>DataCatalogWaiters. forType(GetTypeRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTypeRequest,GetTypeResponse>DataCatalogWaiters. forType(GetTypeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.datacatalog with parameters of type GetTypeRequest Modifier and Type Method Description Waiter<GetTypeRequest,GetTypeResponse>DataCatalogWaiters. forType(GetTypeRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetTypeRequest,GetTypeResponse>DataCatalogWaiters. forType(GetTypeRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTypeRequest,GetTypeResponse>DataCatalogWaiters. forType(GetTypeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetTypeResponseDataCatalog. getType(GetTypeRequest request)Gets a specific type by key within a data catalog.Future<GetTypeResponse>DataCatalogAsync. getType(GetTypeRequest request, AsyncHandler<GetTypeRequest,GetTypeResponse> handler)Gets a specific type by key within a data catalog.Future<GetTypeResponse>DataCatalogAsyncClient. getType(GetTypeRequest request, AsyncHandler<GetTypeRequest,GetTypeResponse> handler)GetTypeResponseDataCatalogClient. getType(GetTypeRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetTypeRequest Modifier and Type Method Description Future<GetTypeResponse>DataCatalogAsync. getType(GetTypeRequest request, AsyncHandler<GetTypeRequest,GetTypeResponse> handler)Gets a specific type by key within a data catalog.Future<GetTypeResponse>DataCatalogAsyncClient. getType(GetTypeRequest request, AsyncHandler<GetTypeRequest,GetTypeResponse> handler) -
Uses of GetTypeRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetTypeRequest Modifier and Type Method Description GetTypeRequestGetTypeRequest.Builder. build()Build the instance of GetTypeRequest as configured by this builderGetTypeRequestGetTypeRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetTypeRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetTypeRequest Modifier and Type Method Description GetTypeRequest.BuilderGetTypeRequest.Builder. copy(GetTypeRequest o)Copy method to populate the builder with values from the given instance.
-