Uses of Class
api.equinix.javasdk.fabric.model.json.ServiceTokenJson
Packages that use ServiceTokenJson
Package
Description
-
Uses of ServiceTokenJson in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal that return ServiceTokenJsonModifier and TypeMethodDescriptionServiceTokenClient.create(ServiceTokenCreatorJson serviceTokenCreatorJson) create.delete.ServiceTokenClient.dryRunCreate(ServiceTokenCreatorJson serviceTokenCreatorJson) dryRunCreate.getByUuid.refresh.Methods in api.equinix.javasdk.fabric.client.internal that return types with arguments of type ServiceTokenJson -
Uses of ServiceTokenJson in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation that return ServiceTokenJsonModifier and TypeMethodDescriptionServiceTokenClientImpl.create(ServiceTokenCreatorJson serviceTokenCreatorJson) create.delete.ServiceTokenClientImpl.dryRunCreate(ServiceTokenCreatorJson serviceTokenCreatorJson) dryRunCreate.getByUuid.refresh.Methods in api.equinix.javasdk.fabric.client.internal.implementation that return types with arguments of type ServiceTokenJson -
Uses of ServiceTokenJson in api.equinix.javasdk.fabric.model.wrappers
Constructors in api.equinix.javasdk.fabric.model.wrappers with parameters of type ServiceTokenJsonModifierConstructorDescriptionServiceTokenWrapper(ServiceTokenJson serviceTokenJson, Pageable<ServiceToken> serviceClient) Constructor for ServiceTokenWrapper.