Uses of Class
software.amazon.awssdk.services.apigateway.model.SdkType
-
Packages that use SdkType Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of SdkType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type SdkType Modifier and Type Method Description List<SdkType>GetSdkTypesResponse. items()The current page of elements from this collection.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type SdkType Modifier and Type Method Description GetSdkTypesResponse.BuilderGetSdkTypesResponse.Builder. items(SdkType... items)The current page of elements from this collection.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type SdkType Modifier and Type Method Description GetSdkTypesResponse.BuilderGetSdkTypesResponse.Builder. items(Collection<SdkType> items)The current page of elements from this collection.
-