Uses of Class
com.oracle.bmc.oda.requests.ListOdaPrivateEndpointAttachmentsRequest
-
Packages that use ListOdaPrivateEndpointAttachmentsRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of ListOdaPrivateEndpointAttachmentsRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type ListOdaPrivateEndpointAttachmentsRequest Modifier and Type Method Description Future<ListOdaPrivateEndpointAttachmentsResponse>
ManagementAsync. listOdaPrivateEndpointAttachments(ListOdaPrivateEndpointAttachmentsRequest request, AsyncHandler<ListOdaPrivateEndpointAttachmentsRequest,ListOdaPrivateEndpointAttachmentsResponse> handler)
Returns a page of ODA Instances attached to this ODA Private Endpoint.Future<ListOdaPrivateEndpointAttachmentsResponse>
ManagementAsyncClient. listOdaPrivateEndpointAttachments(ListOdaPrivateEndpointAttachmentsRequest request, AsyncHandler<ListOdaPrivateEndpointAttachmentsRequest,ListOdaPrivateEndpointAttachmentsResponse> handler)
-
Uses of ListOdaPrivateEndpointAttachmentsRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ListOdaPrivateEndpointAttachmentsRequest Modifier and Type Method Description ListOdaPrivateEndpointAttachmentsRequest
ListOdaPrivateEndpointAttachmentsRequest.Builder. build()
Build the instance of ListOdaPrivateEndpointAttachmentsRequest as configured by this builderListOdaPrivateEndpointAttachmentsRequest
ListOdaPrivateEndpointAttachmentsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListOdaPrivateEndpointAttachmentsRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type ListOdaPrivateEndpointAttachmentsRequest Modifier and Type Method Description ListOdaPrivateEndpointAttachmentsRequest.Builder
ListOdaPrivateEndpointAttachmentsRequest.Builder. copy(ListOdaPrivateEndpointAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.
-