Uses of Class
software.amazon.awssdk.services.glue.model.ConnectionTypeBrief
-
Packages that use ConnectionTypeBrief Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of ConnectionTypeBrief in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConnectionTypeBrief Modifier and Type Method Description List<ConnectionTypeBrief>ListConnectionTypesResponse. connectionTypes()A list ofConnectionTypeBriefobjects containing brief information about the supported connection types.Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectionTypeBrief Modifier and Type Method Description ListConnectionTypesResponse.BuilderListConnectionTypesResponse.Builder. connectionTypes(ConnectionTypeBrief... connectionTypes)A list ofConnectionTypeBriefobjects containing brief information about the supported connection types.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConnectionTypeBrief Modifier and Type Method Description ListConnectionTypesResponse.BuilderListConnectionTypesResponse.Builder. connectionTypes(Collection<ConnectionTypeBrief> connectionTypes)A list ofConnectionTypeBriefobjects containing brief information about the supported connection types. -
Uses of ConnectionTypeBrief in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ConnectionTypeBrief Modifier and Type Method Description SdkIterable<ConnectionTypeBrief>ListConnectionTypesIterable. connectionTypes()Returns an iterable to iterate through the paginatedListConnectionTypesResponse.connectionTypes()member.SdkPublisher<ConnectionTypeBrief>ListConnectionTypesPublisher. connectionTypes()Returns a publisher that can be used to get a stream of data.
-