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.cloudguardMethods 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 theResourceProfileEndpointSummaryobjects contained in responses from the listResourceProfileEndpoints operation.
- 
Uses of ResourceProfileEndpointSummary in com.oracle.bmc.cloudguard.modelMethods in com.oracle.bmc.cloudguard.model that return ResourceProfileEndpointSummary Modifier and Type Method Description ResourceProfileEndpointSummaryResourceProfileEndpointSummary.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.BuilderResourceProfileEndpointSummary.Builder. copy(ResourceProfileEndpointSummary model)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ResourceProfileEndpointSummary Modifier and Type Method Description ResourceProfileEndpointCollection.BuilderResourceProfileEndpointCollection.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.
 
-