Uses of Class
software.amazon.awssdk.codegen.model.service.EndpointRuleSetModel
-
Packages that use EndpointRuleSetModel Package Description software.amazon.awssdk.codegen software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.model.service -
-
Uses of EndpointRuleSetModel in software.amazon.awssdk.codegen
Methods in software.amazon.awssdk.codegen that return EndpointRuleSetModel Modifier and Type Method Description EndpointRuleSetModel
C2jModels. endpointRuleSetModel()
Methods in software.amazon.awssdk.codegen with parameters of type EndpointRuleSetModel Modifier and Type Method Description C2jModels.Builder
C2jModels.Builder. endpointRuleSetModel(EndpointRuleSetModel endpointRuleSetModel)
-
Uses of EndpointRuleSetModel in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return EndpointRuleSetModel Modifier and Type Method Description EndpointRuleSetModel
IntermediateModel. getEndpointRuleSetModel()
Constructors in software.amazon.awssdk.codegen.model.intermediate with parameters of type EndpointRuleSetModel 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)
-
Uses of EndpointRuleSetModel in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return EndpointRuleSetModel Modifier and Type Method Description static EndpointRuleSetModel
EndpointRuleSetModel. defaultRules(String endpointPrefix)
-