Uses of Class
com.oracle.bmc.dif.requests.UpdateStackRequest
-
Packages that use UpdateStackRequest Package Description com.oracle.bmc.dif com.oracle.bmc.dif.requests -
-
Uses of UpdateStackRequest in com.oracle.bmc.dif
Methods in com.oracle.bmc.dif with parameters of type UpdateStackRequest Modifier and Type Method Description UpdateStackResponseStack. updateStack(UpdateStackRequest request)Updates a Stack.Future<UpdateStackResponse>StackAsync. updateStack(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResponse> handler)Updates a Stack.Future<UpdateStackResponse>StackAsyncClient. updateStack(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResponse> handler)UpdateStackResponseStackClient. updateStack(UpdateStackRequest request)Method parameters in com.oracle.bmc.dif with type arguments of type UpdateStackRequest Modifier and Type Method Description Future<UpdateStackResponse>StackAsync. updateStack(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResponse> handler)Updates a Stack.Future<UpdateStackResponse>StackAsyncClient. updateStack(UpdateStackRequest request, AsyncHandler<UpdateStackRequest,UpdateStackResponse> handler) -
Uses of UpdateStackRequest in com.oracle.bmc.dif.requests
Methods in com.oracle.bmc.dif.requests that return UpdateStackRequest Modifier and Type Method Description UpdateStackRequestUpdateStackRequest.Builder. build()Build the instance of UpdateStackRequest as configured by this builderUpdateStackRequestUpdateStackRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateStackRequest as configured by this builderMethods in com.oracle.bmc.dif.requests with parameters of type UpdateStackRequest Modifier and Type Method Description UpdateStackRequest.BuilderUpdateStackRequest.Builder. copy(UpdateStackRequest o)Copy method to populate the builder with values from the given instance.
-