Uses of Class
com.oracle.bmc.keymanagement.requests.CreateEkmsPrivateEndpointRequest
- 
Packages that use CreateEkmsPrivateEndpointRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests 
- 
- 
Uses of CreateEkmsPrivateEndpointRequest in com.oracle.bmc.keymanagementMethods in com.oracle.bmc.keymanagement with parameters of type CreateEkmsPrivateEndpointRequest Modifier and Type Method Description CreateEkmsPrivateEndpointResponseEkm. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request)Create a new EKMS private endpoint used to connect to external key manager systemFuture<CreateEkmsPrivateEndpointResponse>EkmAsync. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)Create a new EKMS private endpoint used to connect to external key manager systemFuture<CreateEkmsPrivateEndpointResponse>EkmAsyncClient. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)CreateEkmsPrivateEndpointResponseEkmClient. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request)Method parameters in com.oracle.bmc.keymanagement with type arguments of type CreateEkmsPrivateEndpointRequest Modifier and Type Method Description Future<CreateEkmsPrivateEndpointResponse>EkmAsync. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)Create a new EKMS private endpoint used to connect to external key manager systemFuture<CreateEkmsPrivateEndpointResponse>EkmAsyncClient. createEkmsPrivateEndpoint(CreateEkmsPrivateEndpointRequest request, AsyncHandler<CreateEkmsPrivateEndpointRequest,CreateEkmsPrivateEndpointResponse> handler)
- 
Uses of CreateEkmsPrivateEndpointRequest in com.oracle.bmc.keymanagement.requestsMethods in com.oracle.bmc.keymanagement.requests that return CreateEkmsPrivateEndpointRequest Modifier and Type Method Description CreateEkmsPrivateEndpointRequestCreateEkmsPrivateEndpointRequest.Builder. build()Build the instance of CreateEkmsPrivateEndpointRequest as configured by this builderCreateEkmsPrivateEndpointRequestCreateEkmsPrivateEndpointRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateEkmsPrivateEndpointRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type CreateEkmsPrivateEndpointRequest Modifier and Type Method Description CreateEkmsPrivateEndpointRequest.BuilderCreateEkmsPrivateEndpointRequest.Builder. copy(CreateEkmsPrivateEndpointRequest o)Copy method to populate the builder with values from the given instance.
 
-