Uses of Interface
software.amazon.awssdk.services.location.model.UpdateMapResponse.Builder
-
Packages that use UpdateMapResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of UpdateMapResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdateMapResponse.Builder Modifier and Type Method Description static UpdateMapResponse.BuilderUpdateMapResponse. builder()UpdateMapResponse.BuilderUpdateMapResponse.Builder. mapArn(String mapArn)The Amazon Resource Name (ARN) of the updated map resource.UpdateMapResponse.BuilderUpdateMapResponse.Builder. mapName(String mapName)The name of the updated map resource.UpdateMapResponse.BuilderUpdateMapResponse. toBuilder()UpdateMapResponse.BuilderUpdateMapResponse.Builder. updateTime(Instant updateTime)The timestamp for when the map resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.Methods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdateMapResponse.Builder Modifier and Type Method Description static Class<? extends UpdateMapResponse.Builder>UpdateMapResponse. serializableBuilderClass()
-