Uses of Class
com.oracle.bmc.cloudguard.model.ResourceProfileEndpointSummary
-
Packages that use ResourceProfileEndpointSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ResourceProfileEndpointSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ResourceProfileEndpointSummary Modifier and Type Method Description Iterable<ResourceProfileEndpointSummary>
CloudGuardPaginators. listResourceProfileEndpointsRecordIterator(ListResourceProfileEndpointsRequest request)
Creates a new iterable which will iterate over theResourceProfileEndpointSummary
objects contained in responses from the listResourceProfileEndpoints operation. -
Uses of ResourceProfileEndpointSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResourceProfileEndpointSummary Modifier and Type Method Description ResourceProfileEndpointSummary
ResourceProfileEndpointSummary.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ResourceProfileEndpointSummary Modifier and Type Method Description List<ResourceProfileEndpointSummary>
ResourceProfileEndpointCollection. getItems()
List of ResourceProfileEndpointSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ResourceProfileEndpointSummary Modifier and Type Method Description ResourceProfileEndpointSummary.Builder
ResourceProfileEndpointSummary.Builder. copy(ResourceProfileEndpointSummary model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceProfileEndpointSummary Modifier and Type Method Description ResourceProfileEndpointCollection.Builder
ResourceProfileEndpointCollection.Builder. items(List<ResourceProfileEndpointSummary> items)
List of ResourceProfileEndpointSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceProfileEndpointSummary Constructor Description ResourceProfileEndpointCollection(List<ResourceProfileEndpointSummary> items)
Deprecated.
-