Uses of Class
com.oracle.bmc.distributeddatabasev26.requests.PatchDistributedDatabasePrivateEndpointRequest
-
Packages that use PatchDistributedDatabasePrivateEndpointRequest Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.requests -
-
Uses of PatchDistributedDatabasePrivateEndpointRequest in com.oracle.bmc.distributeddatabasev26
Method parameters in com.oracle.bmc.distributeddatabasev26 with type arguments of type PatchDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description Future<PatchDistributedDatabasePrivateEndpointResponse>DistributedDbPrivateEndpointServiceAsync. patchDistributedDatabasePrivateEndpoint(PatchDistributedDatabasePrivateEndpointRequest request, AsyncHandler<PatchDistributedDatabasePrivateEndpointRequest,PatchDistributedDatabasePrivateEndpointResponse> handler)Patch operation to update VCN network security group (NSG) IDs associated with the DistributedDatabasePrivateEndpoint.Future<PatchDistributedDatabasePrivateEndpointResponse>DistributedDbPrivateEndpointServiceAsyncClient. patchDistributedDatabasePrivateEndpoint(PatchDistributedDatabasePrivateEndpointRequest request, AsyncHandler<PatchDistributedDatabasePrivateEndpointRequest,PatchDistributedDatabasePrivateEndpointResponse> handler) -
Uses of PatchDistributedDatabasePrivateEndpointRequest in com.oracle.bmc.distributeddatabasev26.requests
Methods in com.oracle.bmc.distributeddatabasev26.requests that return PatchDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description PatchDistributedDatabasePrivateEndpointRequestPatchDistributedDatabasePrivateEndpointRequest.Builder. build()Build the instance of PatchDistributedDatabasePrivateEndpointRequest as configured by this builderPatchDistributedDatabasePrivateEndpointRequestPatchDistributedDatabasePrivateEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of PatchDistributedDatabasePrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.distributeddatabasev26.requests with parameters of type PatchDistributedDatabasePrivateEndpointRequest Modifier and Type Method Description PatchDistributedDatabasePrivateEndpointRequest.BuilderPatchDistributedDatabasePrivateEndpointRequest.Builder. copy(PatchDistributedDatabasePrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
-