Uses of Class
com.oracle.bmc.containerengine.responses.UpdateClusterEndpointConfigResponse
-
Packages that use UpdateClusterEndpointConfigResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of UpdateClusterEndpointConfigResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return UpdateClusterEndpointConfigResponse Modifier and Type Method Description UpdateClusterEndpointConfigResponse
ContainerEngine. updateClusterEndpointConfig(UpdateClusterEndpointConfigRequest request)
Update the details of the cluster endpoint configuration.UpdateClusterEndpointConfigResponse
ContainerEngineClient. updateClusterEndpointConfig(UpdateClusterEndpointConfigRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type UpdateClusterEndpointConfigResponse Modifier and Type Method Description Future<UpdateClusterEndpointConfigResponse>
ContainerEngineAsync. updateClusterEndpointConfig(UpdateClusterEndpointConfigRequest request, AsyncHandler<UpdateClusterEndpointConfigRequest,UpdateClusterEndpointConfigResponse> handler)
Update the details of the cluster endpoint configuration.Future<UpdateClusterEndpointConfigResponse>
ContainerEngineAsyncClient. updateClusterEndpointConfig(UpdateClusterEndpointConfigRequest request, AsyncHandler<UpdateClusterEndpointConfigRequest,UpdateClusterEndpointConfigResponse> handler)
Method parameters in com.oracle.bmc.containerengine with type arguments of type UpdateClusterEndpointConfigResponse Modifier and Type Method Description Future<UpdateClusterEndpointConfigResponse>
ContainerEngineAsync. updateClusterEndpointConfig(UpdateClusterEndpointConfigRequest request, AsyncHandler<UpdateClusterEndpointConfigRequest,UpdateClusterEndpointConfigResponse> handler)
Update the details of the cluster endpoint configuration.Future<UpdateClusterEndpointConfigResponse>
ContainerEngineAsyncClient. updateClusterEndpointConfig(UpdateClusterEndpointConfigRequest request, AsyncHandler<UpdateClusterEndpointConfigRequest,UpdateClusterEndpointConfigResponse> handler)
-
Uses of UpdateClusterEndpointConfigResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return UpdateClusterEndpointConfigResponse Modifier and Type Method Description UpdateClusterEndpointConfigResponse
UpdateClusterEndpointConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type UpdateClusterEndpointConfigResponse Modifier and Type Method Description UpdateClusterEndpointConfigResponse.Builder
UpdateClusterEndpointConfigResponse.Builder. copy(UpdateClusterEndpointConfigResponse o)
Copy method to populate the builder with values from the given instance.
-