Uses of Interface
software.amazon.awssdk.services.geomaps.model.GetTileResponse.Builder
-
Packages that use GetTileResponse.Builder Package Description software.amazon.awssdk.services.geomaps.model -
-
Uses of GetTileResponse.Builder in software.amazon.awssdk.services.geomaps.model
Methods in software.amazon.awssdk.services.geomaps.model that return GetTileResponse.Builder Modifier and Type Method Description GetTileResponse.BuilderGetTileResponse.Builder. blob(SdkBytes blob)The blob represents a vector tile inmvtformat for theGetTileAPI.static GetTileResponse.BuilderGetTileResponse. builder()GetTileResponse.BuilderGetTileResponse.Builder. cacheControl(String cacheControl)Header that instructs caching configuration for the client.GetTileResponse.BuilderGetTileResponse.Builder. contentType(String contentType)Header that represents the format of the response.GetTileResponse.BuilderGetTileResponse.Builder. eTag(String eTag)The pricing bucket for which the request is charged at.GetTileResponse.BuilderGetTileResponse.Builder. pricingBucket(String pricingBucket)The pricing bucket for which the request is charged at.GetTileResponse.BuilderGetTileResponse. toBuilder()Methods in software.amazon.awssdk.services.geomaps.model that return types with arguments of type GetTileResponse.Builder Modifier and Type Method Description static Class<? extends GetTileResponse.Builder>GetTileResponse. serializableBuilderClass()
-