Uses of Class
com.oracle.bmc.cloudguard.responses.GetSecurityZoneResponse
-
Packages that use GetSecurityZoneResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetSecurityZoneResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetSecurityZoneResponse Modifier and Type Method Description GetSecurityZoneResponse
CloudGuard. getSecurityZone(GetSecurityZoneRequest request)
Returns a security zone (SecurityZone resource) identified by securityZoneId.GetSecurityZoneResponse
CloudGuardClient. getSecurityZone(GetSecurityZoneRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetSecurityZoneResponse Modifier and Type Method Description Future<GetSecurityZoneResponse>
CloudGuardAsync. getSecurityZone(GetSecurityZoneRequest request, AsyncHandler<GetSecurityZoneRequest,GetSecurityZoneResponse> handler)
Returns a security zone (SecurityZone resource) identified by securityZoneId.Future<GetSecurityZoneResponse>
CloudGuardAsyncClient. getSecurityZone(GetSecurityZoneRequest request, AsyncHandler<GetSecurityZoneRequest,GetSecurityZoneResponse> handler)
-
Uses of GetSecurityZoneResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetSecurityZoneResponse Modifier and Type Method Description GetSecurityZoneResponse
GetSecurityZoneResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetSecurityZoneResponse Modifier and Type Method Description GetSecurityZoneResponse.Builder
GetSecurityZoneResponse.Builder. copy(GetSecurityZoneResponse o)
Copy method to populate the builder with values from the given instance.
-