Uses of Class
com.oracle.bmc.logging.model.ResourceType
-
Packages that use ResourceType Package Description com.oracle.bmc.logging.model -
-
Uses of ResourceType in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return ResourceType Modifier and Type Method Description ResourceType
ResourceType.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type ResourceType Modifier and Type Method Description List<ResourceType>
ServiceSummary. getResourceTypes()
Type of resource that a service provides.Methods in com.oracle.bmc.logging.model with parameters of type ResourceType Modifier and Type Method Description ResourceType.Builder
ResourceType.Builder. copy(ResourceType model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type ResourceType Modifier and Type Method Description ServiceSummary.Builder
ServiceSummary.Builder. resourceTypes(List<ResourceType> resourceTypes)
Type of resource that a service provides.Constructor parameters in com.oracle.bmc.logging.model with type arguments of type ResourceType Constructor Description ServiceSummary(String tenantId, String namespace, String servicePrincipalName, String endpoint, String name, String id, List<ResourceType> resourceTypes)
Deprecated.
-