Uses of Class
com.oracle.bmc.core.responses.GetFastConnectProviderServiceKeyResponse
-
Packages that use GetFastConnectProviderServiceKeyResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetFastConnectProviderServiceKeyResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetFastConnectProviderServiceKeyResponse Modifier and Type Method Description GetFastConnectProviderServiceKeyResponse
VirtualNetwork. getFastConnectProviderServiceKey(GetFastConnectProviderServiceKeyRequest request)
Gets the specified provider service key’s information.GetFastConnectProviderServiceKeyResponse
VirtualNetworkClient. getFastConnectProviderServiceKey(GetFastConnectProviderServiceKeyRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetFastConnectProviderServiceKeyResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type GetFastConnectProviderServiceKeyResponse 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 GetFastConnectProviderServiceKeyResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetFastConnectProviderServiceKeyResponse Modifier and Type Method Description GetFastConnectProviderServiceKeyResponse
GetFastConnectProviderServiceKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetFastConnectProviderServiceKeyResponse Modifier and Type Method Description GetFastConnectProviderServiceKeyResponse.Builder
GetFastConnectProviderServiceKeyResponse.Builder. copy(GetFastConnectProviderServiceKeyResponse o)
Copy method to populate the builder with values from the given instance.
-