Uses of Class
com.oracle.bmc.core.requests.ApplyHostConfigurationRequest
-
Packages that use ApplyHostConfigurationRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ApplyHostConfigurationRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ApplyHostConfigurationRequest Modifier and Type Method Description Waiter<ApplyHostConfigurationRequest,ApplyHostConfigurationResponse>ComputeWaiters. forApplyHostConfiguration(ApplyHostConfigurationRequest request)Creates a newWaiterusing the default configuration.Waiter<ApplyHostConfigurationRequest,ApplyHostConfigurationResponse>ComputeWaiters. forApplyHostConfiguration(ApplyHostConfigurationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type ApplyHostConfigurationRequest Modifier and Type Method Description Future<ApplyHostConfigurationResponse>ComputeAsync. applyHostConfiguration(ApplyHostConfigurationRequest request, AsyncHandler<ApplyHostConfigurationRequest,ApplyHostConfigurationResponse> handler)Triggers the asynchronous process that applies the host’s target configurationFuture<ApplyHostConfigurationResponse>ComputeAsyncClient. applyHostConfiguration(ApplyHostConfigurationRequest request, AsyncHandler<ApplyHostConfigurationRequest,ApplyHostConfigurationResponse> handler) -
Uses of ApplyHostConfigurationRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ApplyHostConfigurationRequest Modifier and Type Method Description ApplyHostConfigurationRequestApplyHostConfigurationRequest.Builder. build()Build the instance of ApplyHostConfigurationRequest as configured by this builderApplyHostConfigurationRequestApplyHostConfigurationRequest.Builder. buildWithoutInvocationCallback()Build the instance of ApplyHostConfigurationRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ApplyHostConfigurationRequest Modifier and Type Method Description ApplyHostConfigurationRequest.BuilderApplyHostConfigurationRequest.Builder. copy(ApplyHostConfigurationRequest o)Copy method to populate the builder with values from the given instance.
-