Uses of Class
com.oracle.bmc.core.responses.GetNetworkSecurityGroupResponse
-
Packages that use GetNetworkSecurityGroupResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetNetworkSecurityGroupResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetNetworkSecurityGroupResponse Modifier and Type Method Description GetNetworkSecurityGroupResponse
VirtualNetwork. getNetworkSecurityGroup(GetNetworkSecurityGroupRequest request)
Gets the specified network security group’s information.GetNetworkSecurityGroupResponse
VirtualNetworkClient. getNetworkSecurityGroup(GetNetworkSecurityGroupRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetNetworkSecurityGroupResponse Modifier and Type Method Description Future<GetNetworkSecurityGroupResponse>
VirtualNetworkAsync. getNetworkSecurityGroup(GetNetworkSecurityGroupRequest request, AsyncHandler<GetNetworkSecurityGroupRequest,GetNetworkSecurityGroupResponse> handler)
Gets the specified network security group’s information.Future<GetNetworkSecurityGroupResponse>
VirtualNetworkAsyncClient. getNetworkSecurityGroup(GetNetworkSecurityGroupRequest request, AsyncHandler<GetNetworkSecurityGroupRequest,GetNetworkSecurityGroupResponse> handler)
-
Uses of GetNetworkSecurityGroupResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetNetworkSecurityGroupResponse Modifier and Type Method Description GetNetworkSecurityGroupResponse
GetNetworkSecurityGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetNetworkSecurityGroupResponse Modifier and Type Method Description GetNetworkSecurityGroupResponse.Builder
GetNetworkSecurityGroupResponse.Builder. copy(GetNetworkSecurityGroupResponse o)
Copy method to populate the builder with values from the given instance.
-