Uses of Class
com.oracle.bmc.core.requests.GetNetworkSecurityGroupRequest
-
Packages that use GetNetworkSecurityGroupRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetNetworkSecurityGroupRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetNetworkSecurityGroupRequest 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 GetNetworkSecurityGroupRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetNetworkSecurityGroupRequest Modifier and Type Method Description GetNetworkSecurityGroupRequest
GetNetworkSecurityGroupRequest.Builder. build()
Build the instance of GetNetworkSecurityGroupRequest as configured by this builderGetNetworkSecurityGroupRequest
GetNetworkSecurityGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNetworkSecurityGroupRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetNetworkSecurityGroupRequest Modifier and Type Method Description GetNetworkSecurityGroupRequest.Builder
GetNetworkSecurityGroupRequest.Builder. copy(GetNetworkSecurityGroupRequest o)
Copy method to populate the builder with values from the given instance.
-