Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsApiGatewayEndpointConfiguration.Builder
-
Packages that use AwsApiGatewayEndpointConfiguration.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsApiGatewayEndpointConfiguration.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsApiGatewayEndpointConfiguration.Builder Modifier and Type Method Description static AwsApiGatewayEndpointConfiguration.BuilderAwsApiGatewayEndpointConfiguration. builder()AwsApiGatewayEndpointConfiguration.BuilderAwsApiGatewayEndpointConfiguration. toBuilder()AwsApiGatewayEndpointConfiguration.BuilderAwsApiGatewayEndpointConfiguration.Builder. types(String... types)A list of endpoint types for the REST API.AwsApiGatewayEndpointConfiguration.BuilderAwsApiGatewayEndpointConfiguration.Builder. types(Collection<String> types)A list of endpoint types for the REST API.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsApiGatewayEndpointConfiguration.Builder Modifier and Type Method Description static Class<? extends AwsApiGatewayEndpointConfiguration.Builder>AwsApiGatewayEndpointConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsApiGatewayEndpointConfiguration.Builder Modifier and Type Method Description default AwsApiGatewayRestApiDetails.BuilderAwsApiGatewayRestApiDetails.Builder. endpointConfiguration(Consumer<AwsApiGatewayEndpointConfiguration.Builder> endpointConfiguration)The endpoint configuration of the REST API.
-