Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.responses |
Modifier and Type | Method and Description |
---|---|
ListTargetsResponse |
CloudGuard.listTargets(ListTargetsRequest request)
Returns a list of targets (TargetCollection resource with page of TargetSummary resources)
for the target identified by compartmentId.
|
ListTargetsResponse |
CloudGuardClient.listTargets(ListTargetsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListTargetsResponse> |
CloudGuardAsyncClient.listTargets(ListTargetsRequest request,
AsyncHandler<ListTargetsRequest,ListTargetsResponse> handler) |
Future<ListTargetsResponse> |
CloudGuardAsync.listTargets(ListTargetsRequest request,
AsyncHandler<ListTargetsRequest,ListTargetsResponse> handler)
Returns a list of targets (TargetCollection resource with page of TargetSummary resources)
for the target identified by compartmentId.
|
Iterable<ListTargetsResponse> |
CloudGuardPaginators.listTargetsResponseIterator(ListTargetsRequest request)
Creates a new iterable which will iterate over the responses received from the listTargets
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTargetsResponse> |
CloudGuardAsyncClient.listTargets(ListTargetsRequest request,
AsyncHandler<ListTargetsRequest,ListTargetsResponse> handler) |
Future<ListTargetsResponse> |
CloudGuardAsync.listTargets(ListTargetsRequest request,
AsyncHandler<ListTargetsRequest,ListTargetsResponse> handler)
Returns a list of targets (TargetCollection resource with page of TargetSummary resources)
for the target identified by compartmentId.
|
Modifier and Type | Method and Description |
---|---|
ListTargetsResponse |
ListTargetsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListTargetsResponse.Builder |
ListTargetsResponse.Builder.copy(ListTargetsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.