Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest.Builder
Packages that use GetDomainNameRequest.Builder
Package
Description
-
Uses of GetDomainNameRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetDomainNameRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetDomainNameResponse>ApiGatewayAsyncClient.getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest) Represents a domain name that is contained in a simpler, more intuitive URL that can be called.default GetDomainNameResponseApiGatewayClient.getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest) Represents a domain name that is contained in a simpler, more intuitive URL that can be called. -
Uses of GetDomainNameRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetDomainNameRequest.BuilderModifier and TypeMethodDescriptionstatic GetDomainNameRequest.BuilderGetDomainNameRequest.builder()GetDomainNameRequest.Builder.domainName(String domainName) The name of the DomainName resource.GetDomainNameRequest.Builder.domainNameId(String domainNameId) The identifier for the domain name resource.GetDomainNameRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDomainNameRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDomainNameRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetDomainNameRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDomainNameRequest.Builder>GetDomainNameRequest.serializableBuilderClass()