Uses of Class
com.oracle.bmc.cloudguard.requests.CreateManagedListRequest
-
Packages that use CreateManagedListRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of CreateManagedListRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type CreateManagedListRequest Modifier and Type Method Description CreateManagedListResponse
CloudGuard. createManagedList(CreateManagedListRequest request)
Creates a new ManagedList resource.Future<CreateManagedListResponse>
CloudGuardAsync. createManagedList(CreateManagedListRequest request, AsyncHandler<CreateManagedListRequest,CreateManagedListResponse> handler)
Creates a new ManagedList resource.Future<CreateManagedListResponse>
CloudGuardAsyncClient. createManagedList(CreateManagedListRequest request, AsyncHandler<CreateManagedListRequest,CreateManagedListResponse> handler)
CreateManagedListResponse
CloudGuardClient. createManagedList(CreateManagedListRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateManagedListRequest Modifier and Type Method Description Future<CreateManagedListResponse>
CloudGuardAsync. createManagedList(CreateManagedListRequest request, AsyncHandler<CreateManagedListRequest,CreateManagedListResponse> handler)
Creates a new ManagedList resource.Future<CreateManagedListResponse>
CloudGuardAsyncClient. createManagedList(CreateManagedListRequest request, AsyncHandler<CreateManagedListRequest,CreateManagedListResponse> handler)
-
Uses of CreateManagedListRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return CreateManagedListRequest Modifier and Type Method Description CreateManagedListRequest
CreateManagedListRequest.Builder. build()
Build the instance of CreateManagedListRequest as configured by this builderCreateManagedListRequest
CreateManagedListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateManagedListRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type CreateManagedListRequest Modifier and Type Method Description CreateManagedListRequest.Builder
CreateManagedListRequest.Builder. copy(CreateManagedListRequest o)
Copy method to populate the builder with values from the given instance.
-