Uses of Class
com.oracle.bmc.networkfirewall.requests.GetServiceRequest
-
Packages that use GetServiceRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of GetServiceRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type GetServiceRequest Modifier and Type Method Description GetServiceResponse
NetworkFirewall. getService(GetServiceRequest request)
Get Service by the given name in the context of network firewall policy.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)
GetServiceResponse
NetworkFirewallClient. getService(GetServiceRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetServiceRequest 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 GetServiceRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return GetServiceRequest Modifier and Type Method Description GetServiceRequest
GetServiceRequest.Builder. build()
Build the instance of GetServiceRequest as configured by this builderGetServiceRequest
GetServiceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetServiceRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type GetServiceRequest Modifier and Type Method Description GetServiceRequest.Builder
GetServiceRequest.Builder. copy(GetServiceRequest o)
Copy method to populate the builder with values from the given instance.
-