Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetDynamicSetRequest
-
Packages that use GetDynamicSetRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetDynamicSetRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetDynamicSetRequest Modifier and Type Method Description Waiter<GetDynamicSetRequest,GetDynamicSetResponse>DynamicSetWaiters. forDynamicSet(GetDynamicSetRequest request, DynamicSet.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDynamicSetRequest,GetDynamicSetResponse>DynamicSetWaiters. forDynamicSet(GetDynamicSetRequest request, DynamicSet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDynamicSetRequest,GetDynamicSetResponse>DynamicSetWaiters. forDynamicSet(GetDynamicSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DynamicSet.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetDynamicSetRequest Modifier and Type Method Description Future<GetDynamicSetResponse>DynamicSetAsync. getDynamicSet(GetDynamicSetRequest request, AsyncHandler<GetDynamicSetRequest,GetDynamicSetResponse> handler)Gets information about the specified dynamic set.Future<GetDynamicSetResponse>DynamicSetAsyncClient. getDynamicSet(GetDynamicSetRequest request, AsyncHandler<GetDynamicSetRequest,GetDynamicSetResponse> handler) -
Uses of GetDynamicSetRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetDynamicSetRequest Modifier and Type Method Description GetDynamicSetRequestGetDynamicSetRequest.Builder. build()Build the instance of GetDynamicSetRequest as configured by this builderGetDynamicSetRequestGetDynamicSetRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDynamicSetRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetDynamicSetRequest Modifier and Type Method Description GetDynamicSetRequest.BuilderGetDynamicSetRequest.Builder. copy(GetDynamicSetRequest o)Copy method to populate the builder with values from the given instance.
-