Uses of Class
software.amazon.awssdk.services.appintegrations.model.Subscription
-
Packages that use Subscription Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of Subscription in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type Subscription Modifier and Type Method Description List<Subscription>CreateApplicationRequest. subscriptions()Deprecated.Subscriptions has been replaced with PermissionsList<Subscription>GetApplicationResponse. subscriptions()Deprecated.Subscriptions has been replaced with PermissionsList<Subscription>UpdateApplicationRequest. subscriptions()Deprecated.Subscriptions has been replaced with PermissionsMethods in software.amazon.awssdk.services.appintegrations.model with parameters of type Subscription Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. subscriptions(Subscription... subscriptions)Deprecated.Subscriptions has been replaced with PermissionsGetApplicationResponse.BuilderGetApplicationResponse.Builder. subscriptions(Subscription... subscriptions)Deprecated.Subscriptions has been replaced with PermissionsUpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. subscriptions(Subscription... subscriptions)Deprecated.Subscriptions has been replaced with PermissionsMethod parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type Subscription Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. subscriptions(Collection<Subscription> subscriptions)Deprecated.Subscriptions has been replaced with PermissionsGetApplicationResponse.BuilderGetApplicationResponse.Builder. subscriptions(Collection<Subscription> subscriptions)Deprecated.Subscriptions has been replaced with PermissionsUpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. subscriptions(Collection<Subscription> subscriptions)Deprecated.Subscriptions has been replaced with Permissions
-