Class PrecisionTimesImpl
java.lang.Object
api.equinix.javasdk.fabric.client.implementation.PrecisionTimesImpl
- All Implemented Interfaces:
PrecisionTimes
-
Constructor Summary
ConstructorsConstructorDescriptionPrecisionTimesImpl(PrecisionTimeClient<PrecisionTime> serviceClient, Fabric serviceManager) -
Method Summary
-
Constructor Details
-
PrecisionTimesImpl
-
-
Method Details
-
list
Description copied from interface:PrecisionTimesLists all precision time service instances accessible to the current account.- Specified by:
listin interfacePrecisionTimes- Returns:
- a paginated list of precision time services
-
getByUuid
Description copied from interface:PrecisionTimesRetrieves a single precision time service by its unique identifier.- Specified by:
getByUuidin interfacePrecisionTimes- Parameters:
uuid- the unique identifier of the precision time service- Returns:
- the precision time service matching the given UUID
-
define
Description copied from interface:PrecisionTimesBegins the fluent builder for creating a new precision time service. Call methods on the returned builder to configure the service, then callcreate().- Specified by:
definein interfacePrecisionTimes- Returns:
- a builder for configuring the new precision time service
-