Interface CreatedResources<ResourceT extends Indexable>
- Type Parameters:
ResourceT
- the type of the resource in this batch
Represents the results of batch of create operations.
(Note: this interface is not intended to be implemented by user code)
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets a created resource with the given key.Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
createdRelatedResource
Gets a created resource with the given key.- Parameters:
key
- the key of the resource- Returns:
- the created resource
-