Uses of Interface
software.amazon.awssdk.services.location.model.CreateMapRequest.Builder
-
Packages that use CreateMapRequest.Builder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.model -
-
Uses of CreateMapRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type CreateMapRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateMapResponse>LocationAsyncClient. createMap(Consumer<CreateMapRequest.Builder> createMapRequest)Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.default CreateMapResponseLocationClient. createMap(Consumer<CreateMapRequest.Builder> createMapRequest)Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers. -
Uses of CreateMapRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CreateMapRequest.Builder Modifier and Type Method Description static CreateMapRequest.BuilderCreateMapRequest. builder()default CreateMapRequest.BuilderCreateMapRequest.Builder. configuration(Consumer<MapConfiguration.Builder> configuration)Specifies theMapConfiguration, including the map style, for the map resource that you create.CreateMapRequest.BuilderCreateMapRequest.Builder. configuration(MapConfiguration configuration)Specifies theMapConfiguration, including the map style, for the map resource that you create.CreateMapRequest.BuilderCreateMapRequest.Builder. description(String description)An optional description for the map resource.CreateMapRequest.BuilderCreateMapRequest.Builder. mapName(String mapName)The name for the map resource.CreateMapRequest.BuilderCreateMapRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateMapRequest.BuilderCreateMapRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateMapRequest.BuilderCreateMapRequest.Builder. pricingPlan(String pricingPlan)Deprecated.Deprecated.CreateMapRequest.BuilderCreateMapRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.CreateMapRequest.BuilderCreateMapRequest.Builder. tags(Map<String,String> tags)Applies one or more tags to the map resource.CreateMapRequest.BuilderCreateMapRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CreateMapRequest.Builder Modifier and Type Method Description static Class<? extends CreateMapRequest.Builder>CreateMapRequest. serializableBuilderClass()
-