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 CreateManagedListResponseCloudGuard. 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)CreateManagedListResponseCloudGuardClient. 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 CreateManagedListRequestCreateManagedListRequest.Builder. build()Build the instance of CreateManagedListRequest as configured by this builderCreateManagedListRequestCreateManagedListRequest.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.BuilderCreateManagedListRequest.Builder. copy(CreateManagedListRequest o)Copy method to populate the builder with values from the given instance.
-