Uses of Class
software.amazon.awssdk.codegen.model.rules.endpoints.EndpointTestSuiteModel
-
Packages that use EndpointTestSuiteModel Package Description software.amazon.awssdk.codegen software.amazon.awssdk.codegen.model.intermediate -
-
Uses of EndpointTestSuiteModel in software.amazon.awssdk.codegen
Methods in software.amazon.awssdk.codegen that return EndpointTestSuiteModel Modifier and Type Method Description EndpointTestSuiteModel
C2jModels. endpointTestSuiteModel()
Methods in software.amazon.awssdk.codegen with parameters of type EndpointTestSuiteModel Modifier and Type Method Description C2jModels.Builder
C2jModels.Builder. endpointTestSuiteModel(EndpointTestSuiteModel endpointTestSuiteModel)
-
Uses of EndpointTestSuiteModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return EndpointTestSuiteModel Modifier and Type Method Description EndpointTestSuiteModel
IntermediateModel. getEndpointTestSuiteModel()
Constructors in software.amazon.awssdk.codegen.model.intermediate with parameters of type EndpointTestSuiteModel Constructor Description IntermediateModel(Metadata metadata, Map<String,OperationModel> operations, Map<String,ShapeModel> shapes, CustomizationConfig customizationConfig, OperationModel endpointOperation, Map<String,PaginatorDefinition> paginators, NamingStrategy namingStrategy, Map<String,WaiterDefinition> waiters, EndpointRuleSetModel endpointRuleSetModel, EndpointTestSuiteModel endpointTestSuiteModel, Map<String,ClientContextParam> clientContextParams)
-