Uses of Class
software.amazon.awssdk.services.finspacedata.model.DataViewDestinationTypeParams
-
Packages that use DataViewDestinationTypeParams Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of DataViewDestinationTypeParams in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return DataViewDestinationTypeParams Modifier and Type Method Description DataViewDestinationTypeParamsCreateDataViewRequest. destinationTypeParams()Options that define the destination type for the Dataview.DataViewDestinationTypeParamsGetDataViewResponse. destinationTypeParams()Options that define the destination type for the Dataview.DataViewDestinationTypeParamsDataViewSummary. destinationTypeProperties()Information about the Dataview destination.Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type DataViewDestinationTypeParams Modifier and Type Method Description CreateDataViewRequest.BuilderCreateDataViewRequest.Builder. destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)Options that define the destination type for the Dataview.GetDataViewResponse.BuilderGetDataViewResponse.Builder. destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)Options that define the destination type for the Dataview.DataViewSummary.BuilderDataViewSummary.Builder. destinationTypeProperties(DataViewDestinationTypeParams destinationTypeProperties)Information about the Dataview destination.
-