Uses of Class
com.oracle.bmc.databasetoolsruntime.requests.GetPropertySetRequest
-
Packages that use GetPropertySetRequest Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of GetPropertySetRequest in com.oracle.bmc.databasetoolsruntime
Methods in com.oracle.bmc.databasetoolsruntime with parameters of type GetPropertySetRequest Modifier and Type Method Description GetPropertySetResponseDatabaseToolsRuntime. getPropertySet(GetPropertySetRequest request)Get a property setFuture<GetPropertySetResponse>DatabaseToolsRuntimeAsync. getPropertySet(GetPropertySetRequest request, AsyncHandler<GetPropertySetRequest,GetPropertySetResponse> handler)Get a property setFuture<GetPropertySetResponse>DatabaseToolsRuntimeAsyncClient. getPropertySet(GetPropertySetRequest request, AsyncHandler<GetPropertySetRequest,GetPropertySetResponse> handler)GetPropertySetResponseDatabaseToolsRuntimeClient. getPropertySet(GetPropertySetRequest request)Method parameters in com.oracle.bmc.databasetoolsruntime with type arguments of type GetPropertySetRequest Modifier and Type Method Description Future<GetPropertySetResponse>DatabaseToolsRuntimeAsync. getPropertySet(GetPropertySetRequest request, AsyncHandler<GetPropertySetRequest,GetPropertySetResponse> handler)Get a property setFuture<GetPropertySetResponse>DatabaseToolsRuntimeAsyncClient. getPropertySet(GetPropertySetRequest request, AsyncHandler<GetPropertySetRequest,GetPropertySetResponse> handler) -
Uses of GetPropertySetRequest in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return GetPropertySetRequest Modifier and Type Method Description GetPropertySetRequestGetPropertySetRequest.Builder. build()Build the instance of GetPropertySetRequest as configured by this builderGetPropertySetRequestGetPropertySetRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetPropertySetRequest as configured by this builderMethods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type GetPropertySetRequest Modifier and Type Method Description GetPropertySetRequest.BuilderGetPropertySetRequest.Builder. copy(GetPropertySetRequest o)Copy method to populate the builder with values from the given instance.
-