Uses of Class
com.oracle.bmc.core.requests.CreateSecurityListRequest
-
Packages that use CreateSecurityListRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateSecurityListRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateSecurityListRequest Modifier and Type Method Description CreateSecurityListResponse
VirtualNetwork. createSecurityList(CreateSecurityListRequest request)
Creates a new security list for the specified VCN.Future<CreateSecurityListResponse>
VirtualNetworkAsync. createSecurityList(CreateSecurityListRequest request, AsyncHandler<CreateSecurityListRequest,CreateSecurityListResponse> handler)
Creates a new security list for the specified VCN.Future<CreateSecurityListResponse>
VirtualNetworkAsyncClient. createSecurityList(CreateSecurityListRequest request, AsyncHandler<CreateSecurityListRequest,CreateSecurityListResponse> handler)
CreateSecurityListResponse
VirtualNetworkClient. createSecurityList(CreateSecurityListRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateSecurityListRequest Modifier and Type Method Description Future<CreateSecurityListResponse>
VirtualNetworkAsync. createSecurityList(CreateSecurityListRequest request, AsyncHandler<CreateSecurityListRequest,CreateSecurityListResponse> handler)
Creates a new security list for the specified VCN.Future<CreateSecurityListResponse>
VirtualNetworkAsyncClient. createSecurityList(CreateSecurityListRequest request, AsyncHandler<CreateSecurityListRequest,CreateSecurityListResponse> handler)
-
Uses of CreateSecurityListRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateSecurityListRequest Modifier and Type Method Description CreateSecurityListRequest
CreateSecurityListRequest.Builder. build()
Build the instance of CreateSecurityListRequest as configured by this builderCreateSecurityListRequest
CreateSecurityListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSecurityListRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateSecurityListRequest Modifier and Type Method Description CreateSecurityListRequest.Builder
CreateSecurityListRequest.Builder. copy(CreateSecurityListRequest o)
Copy method to populate the builder with values from the given instance.
-