Uses of Class
com.oracle.bmc.cloudguard.responses.CreateManagedListResponse
-
Packages that use CreateManagedListResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of CreateManagedListResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return CreateManagedListResponse Modifier and Type Method Description CreateManagedListResponseCloudGuard. createManagedList(CreateManagedListRequest request)Creates a new ManagedList resource.CreateManagedListResponseCloudGuardClient. createManagedList(CreateManagedListRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type CreateManagedListResponse 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)Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateManagedListResponse 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 CreateManagedListResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return CreateManagedListResponse Modifier and Type Method Description CreateManagedListResponseCreateManagedListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type CreateManagedListResponse Modifier and Type Method Description CreateManagedListResponse.BuilderCreateManagedListResponse.Builder. copy(CreateManagedListResponse o)Copy method to populate the builder with values from the given instance.
-