Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsRequest.Builder
-
Packages that use GetBasePathMappingsRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetBasePathMappingsRequest.Builder in software.amazon.awssdk.services.apigateway
-
Uses of GetBasePathMappingsRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetBasePathMappingsRequest.Builder Modifier and Type Method Description static GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest. builder()GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest.Builder. domainName(String domainName)The domain name of a BasePathMapping resource.GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest.Builder. limit(Integer limit)The maximum number of returned results per page.GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest.Builder. position(String position)The current pagination position in the paged result set.GetBasePathMappingsRequest.BuilderGetBasePathMappingsRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetBasePathMappingsRequest.Builder Modifier and Type Method Description static Class<? extends GetBasePathMappingsRequest.Builder>GetBasePathMappingsRequest. serializableBuilderClass()
-