Uses of Class
com.oracle.bmc.bastion.requests.UpdateBastionRequest
-
Packages that use UpdateBastionRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of UpdateBastionRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type UpdateBastionRequest Modifier and Type Method Description UpdateBastionResponse
Bastion. updateBastion(UpdateBastionRequest request)
Updates the bastion identified by the bastion ID.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)
UpdateBastionResponse
BastionClient. updateBastion(UpdateBastionRequest request)
Method parameters in com.oracle.bmc.bastion with type arguments of type UpdateBastionRequest 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 UpdateBastionRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return UpdateBastionRequest Modifier and Type Method Description UpdateBastionRequest
UpdateBastionRequest.Builder. build()
Build the instance of UpdateBastionRequest as configured by this builderUpdateBastionRequest
UpdateBastionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBastionRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type UpdateBastionRequest Modifier and Type Method Description UpdateBastionRequest.Builder
UpdateBastionRequest.Builder. copy(UpdateBastionRequest o)
Copy method to populate the builder with values from the given instance.
-