Uses of Class
com.oracle.bmc.bastion.responses.UpdateBastionResponse
-
Packages that use UpdateBastionResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of UpdateBastionResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return UpdateBastionResponse Modifier and Type Method Description UpdateBastionResponse
Bastion. updateBastion(UpdateBastionRequest request)
Updates the bastion identified by the bastion ID.UpdateBastionResponse
BastionClient. updateBastion(UpdateBastionRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type UpdateBastionResponse Modifier and Type Method Description Future<UpdateBastionResponse>
BastionAsync. updateBastion(UpdateBastionRequest request, AsyncHandler<UpdateBastionRequest,UpdateBastionResponse> handler)
Updates the bastion identified by the bastion ID.Future<UpdateBastionResponse>
BastionAsyncClient. updateBastion(UpdateBastionRequest request, AsyncHandler<UpdateBastionRequest,UpdateBastionResponse> handler)
Method parameters in com.oracle.bmc.bastion with type arguments of type UpdateBastionResponse Modifier and Type Method Description Future<UpdateBastionResponse>
BastionAsync. updateBastion(UpdateBastionRequest request, AsyncHandler<UpdateBastionRequest,UpdateBastionResponse> handler)
Updates the bastion identified by the bastion ID.Future<UpdateBastionResponse>
BastionAsyncClient. updateBastion(UpdateBastionRequest request, AsyncHandler<UpdateBastionRequest,UpdateBastionResponse> handler)
-
Uses of UpdateBastionResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return UpdateBastionResponse Modifier and Type Method Description UpdateBastionResponse
UpdateBastionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type UpdateBastionResponse Modifier and Type Method Description UpdateBastionResponse.Builder
UpdateBastionResponse.Builder. copy(UpdateBastionResponse o)
Copy method to populate the builder with values from the given instance.
-