Uses of Class
org.jclouds.rest.ResourceNotFoundException
Packages that use ResourceNotFoundException
Package
Description
-
Uses of ResourceNotFoundException in org.jclouds.blobstore
Subclasses of ResourceNotFoundException in org.jclouds.blobstoreModifier and TypeClassDescriptionclass
Thrown when a container cannot be located.class
Thrown when a blob cannot be located in the container. -
Uses of ResourceNotFoundException in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that throw ResourceNotFoundException -
Uses of ResourceNotFoundException in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<DirectionalPool> DirectionalPoolApi.list()
Returns all directional pools in the zone.com.google.common.collect.FluentIterable
<ResourceRecordDetail> ResourceRecordApi.list()
Returns all the specified record types in the zone.com.google.common.collect.FluentIterable
<RoundRobinPool> RoundRobinPoolApi.list()
Returns all round robin pools in the zone.com.google.common.collect.FluentIterable
<TrafficControllerPool> TrafficControllerPoolApi.list()
Returns all traffic controller pools in the zone.com.google.common.collect.FluentIterable
<Zone> ZoneApi.listByAccountAndType
(String accountId, Zone.Type type) Lists all zones in the specified account of typecom.google.common.collect.FluentIterable
<ResourceRecordDetail> ResourceRecordApi.listByName
(String hostName) Returns all the specified record types in the zone with the fully qualifiedinvalid reference
hostName
com.google.common.collect.FluentIterable
<ResourceRecordDetail> ResourceRecordApi.listByNameAndType
(String hostName, int rrType) Returns all the specified record types in the zone with the fully qualifiedinvalid reference
hostName
invalid reference
rrType
com.google.common.collect.FluentIterable
<ResourceRecordDetail> RoundRobinPoolApi.listRecords
(String poolId) Returns all records in the round robin pool.com.google.common.collect.FluentIterable
<TrafficControllerPoolRecordDetail> TrafficControllerPoolApi.listRecords
(String poolId) Returns all records in the traffic controller pool.com.google.common.collect.FluentIterable
<DirectionalPoolRecordDetail> DirectionalGroupApi.listRecordsByAccountLevelGroup
(String groupId) Returns all the directional pool records in the account-level group.com.google.common.collect.FluentIterable
<DirectionalPoolRecordDetail> DirectionalPoolApi.listRecordsByDNameAndType
(String dname, int rrType) Returns all the directional pool records in the zone with the fully qualifiedinvalid reference
hostName
invalid reference
rrType
com.google.common.collect.FluentIterable
<DirectionalPoolRecordDetail> DirectionalGroupApi.listRecordsByGroupCoordinates
(DirectionalGroupCoordinates group) Returns all the directional pool records in the pool-level group.void
ResourceRecordApi.update
(String guid, ResourceRecord toCreate) updates an existing resource record in the zone.void
DirectionalPoolApi.updateRecord
(String recordId, DirectionalPoolRecord update) updates such as ttl or rdata for an existing directional record.void
TrafficControllerPoolApi.updateRecord
(String poolRecordID, UpdatePoolRecord update) This request updates an existing pool record.void
DirectionalPoolApi.updateRecordAndGroup
(String recordId, DirectionalPoolRecord update, DirectionalGroup group) updates the geo groups of an existing directional record.void
RoundRobinPoolApi.updateRecordWithAddressAndTTL
(String lbPoolID, String guid, String ipv4Address, int ttl) updates an existing A or AAAA record in the pool.