Uses of Class
com.oracle.bmc.ospgateway.requests.GetAddressRuleRequest
-
Packages that use GetAddressRuleRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of GetAddressRuleRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type GetAddressRuleRequest Modifier and Type Method Description GetAddressRuleResponse
AddressRuleService. getAddressRule(GetAddressRuleRequest request)
Get the address rule for the compartment based on the country codeFuture<GetAddressRuleResponse>
AddressRuleServiceAsync. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
Get the address rule for the compartment based on the country codeFuture<GetAddressRuleResponse>
AddressRuleServiceAsyncClient. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
GetAddressRuleResponse
AddressRuleServiceClient. getAddressRule(GetAddressRuleRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetAddressRuleRequest Modifier and Type Method Description Future<GetAddressRuleResponse>
AddressRuleServiceAsync. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
Get the address rule for the compartment based on the country codeFuture<GetAddressRuleResponse>
AddressRuleServiceAsyncClient. getAddressRule(GetAddressRuleRequest request, AsyncHandler<GetAddressRuleRequest,GetAddressRuleResponse> handler)
-
Uses of GetAddressRuleRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return GetAddressRuleRequest Modifier and Type Method Description GetAddressRuleRequest
GetAddressRuleRequest.Builder. build()
Build the instance of GetAddressRuleRequest as configured by this builderGetAddressRuleRequest
GetAddressRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAddressRuleRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type GetAddressRuleRequest Modifier and Type Method Description GetAddressRuleRequest.Builder
GetAddressRuleRequest.Builder. copy(GetAddressRuleRequest o)
Copy method to populate the builder with values from the given instance.
-