Uses of Class
com.oracle.bmc.core.requests.GetFastConnectProviderServiceKeyRequest
-
Packages that use GetFastConnectProviderServiceKeyRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetFastConnectProviderServiceKeyRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetFastConnectProviderServiceKeyRequest Modifier and Type Method Description Future<GetFastConnectProviderServiceKeyResponse>
VirtualNetworkAsync. getFastConnectProviderServiceKey(GetFastConnectProviderServiceKeyRequest request, AsyncHandler<GetFastConnectProviderServiceKeyRequest,GetFastConnectProviderServiceKeyResponse> handler)
Gets the specified provider service key’s information.Future<GetFastConnectProviderServiceKeyResponse>
VirtualNetworkAsyncClient. getFastConnectProviderServiceKey(GetFastConnectProviderServiceKeyRequest request, AsyncHandler<GetFastConnectProviderServiceKeyRequest,GetFastConnectProviderServiceKeyResponse> handler)
-
Uses of GetFastConnectProviderServiceKeyRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetFastConnectProviderServiceKeyRequest Modifier and Type Method Description GetFastConnectProviderServiceKeyRequest
GetFastConnectProviderServiceKeyRequest.Builder. build()
Build the instance of GetFastConnectProviderServiceKeyRequest as configured by this builderGetFastConnectProviderServiceKeyRequest
GetFastConnectProviderServiceKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFastConnectProviderServiceKeyRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetFastConnectProviderServiceKeyRequest Modifier and Type Method Description GetFastConnectProviderServiceKeyRequest.Builder
GetFastConnectProviderServiceKeyRequest.Builder. copy(GetFastConnectProviderServiceKeyRequest o)
Copy method to populate the builder with values from the given instance.
-