Uses of Interface
software.amazon.awssdk.services.location.model.UpdateGeofenceCollectionResponse.Builder
-
Packages that use UpdateGeofenceCollectionResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of UpdateGeofenceCollectionResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdateGeofenceCollectionResponse.Builder Modifier and Type Method Description static UpdateGeofenceCollectionResponse.BuilderUpdateGeofenceCollectionResponse. builder()UpdateGeofenceCollectionResponse.BuilderUpdateGeofenceCollectionResponse.Builder. collectionArn(String collectionArn)The Amazon Resource Name (ARN) of the updated geofence collection.UpdateGeofenceCollectionResponse.BuilderUpdateGeofenceCollectionResponse.Builder. collectionName(String collectionName)The name of the updated geofence collection.UpdateGeofenceCollectionResponse.BuilderUpdateGeofenceCollectionResponse. toBuilder()UpdateGeofenceCollectionResponse.BuilderUpdateGeofenceCollectionResponse.Builder. updateTime(Instant updateTime)The time when the geofence collection was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZMethods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdateGeofenceCollectionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateGeofenceCollectionResponse.Builder>UpdateGeofenceCollectionResponse. serializableBuilderClass()
-