Uses of Interface
software.amazon.awssdk.services.codestarnotifications.model.UnsubscribeResponse.Builder
-
Packages that use UnsubscribeResponse.Builder Package Description software.amazon.awssdk.services.codestarnotifications.model -
-
Uses of UnsubscribeResponse.Builder in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return UnsubscribeResponse.Builder Modifier and Type Method Description UnsubscribeResponse.BuilderUnsubscribeResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.static UnsubscribeResponse.BuilderUnsubscribeResponse. builder()UnsubscribeResponse.BuilderUnsubscribeResponse. toBuilder()Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type UnsubscribeResponse.Builder Modifier and Type Method Description static Class<? extends UnsubscribeResponse.Builder>UnsubscribeResponse. serializableBuilderClass()
-