Uses of Class
com.oracle.bmc.networkfirewall.responses.GetServiceResponse
-
Packages that use GetServiceResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetServiceResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetServiceResponse Modifier and Type Method Description GetServiceResponse
NetworkFirewall. getService(GetServiceRequest request)
Get Service by the given name in the context of network firewall policy.GetServiceResponse
NetworkFirewallClient. getService(GetServiceRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetServiceResponse Modifier and Type Method Description Future<GetServiceResponse>
NetworkFirewallAsync. getService(GetServiceRequest request, AsyncHandler<GetServiceRequest,GetServiceResponse> handler)
Get Service by the given name in the context of network firewall policy.Future<GetServiceResponse>
NetworkFirewallAsyncClient. getService(GetServiceRequest request, AsyncHandler<GetServiceRequest,GetServiceResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetServiceResponse Modifier and Type Method Description Future<GetServiceResponse>
NetworkFirewallAsync. getService(GetServiceRequest request, AsyncHandler<GetServiceRequest,GetServiceResponse> handler)
Get Service by the given name in the context of network firewall policy.Future<GetServiceResponse>
NetworkFirewallAsyncClient. getService(GetServiceRequest request, AsyncHandler<GetServiceRequest,GetServiceResponse> handler)
-
Uses of GetServiceResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetServiceResponse Modifier and Type Method Description GetServiceResponse
GetServiceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetServiceResponse Modifier and Type Method Description GetServiceResponse.Builder
GetServiceResponse.Builder. copy(GetServiceResponse o)
Copy method to populate the builder with values from the given instance.
-